<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Twitter from Excel</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ange</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/#comment-39203</link>
		<dc:creator>Ange</dc:creator>
		<pubDate>Sun, 03 May 2009 02:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2039#comment-39203</guid>
		<description>&lt;p&gt;Can someone please tell me &quot;What is a tweet and a twitter?&quot;  I&#039;m lost.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can someone please tell me &#8220;What is a tweet and a twitter?&#8221;  I&#8217;m lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/#comment-37850</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Mon, 09 Feb 2009 03:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2039#comment-37850</guid>
		<description>&lt;p&gt;I completed my UI version of Chandoo&#039;s code, check it out here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.codeforexcelandoutlook.com/blog/2009/02/excel-to-twitter/&quot; rel=&quot;nofollow&quot;&gt;http://www.codeforexcelandoutlook.com/blog/2009/02/excel-to-twitter/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I completed my UI version of Chandoo&#8217;s code, check it out here:</p>
<p><a href="http://www.codeforexcelandoutlook.com/blog/2009/02/excel-to-twitter/" rel="nofollow">http://www.codeforexcelandoutlook.com/blog/2009/02/excel-to-twitter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/#comment-37819</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Sat, 07 Feb 2009 07:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2039#comment-37819</guid>
		<description>&lt;p&gt;@Dick: that is a good suggestion. &lt;/p&gt;
&lt;p&gt;here is one more I have been thinking.. an expense or calorie tracker. you tweet (DM or @) whenever you spend something. then excel is used to download this and parse and analyze... once a day or something like that.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Dick: that is a good suggestion. </p>
<p>here is one more I have been thinking.. an expense or calorie tracker. you tweet (DM or @) whenever you spend something. then excel is used to download this and parse and analyze&#8230; once a day or something like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/#comment-37807</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Fri, 06 Feb 2009 18:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2039#comment-37807</guid>
		<description>&lt;p&gt;It wouldn&#039;t be the most efficient, but it&#039;s an easy gateway to an RSS feed.  Ex: When a shipment is entered in Excel, a tweet is generated with the order number and ship date.  Accounting subscribes to the twitter RSS and process the shipment when it shows up.&lt;/p&gt;
&lt;p&gt;If you didn&#039;t want to have to generate and then publish your own xml, you could use twitter in this manner.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It wouldn&#8217;t be the most efficient, but it&#8217;s an easy gateway to an RSS feed.  Ex: When a shipment is entered in Excel, a tweet is generated with the order number and ship date.  Accounting subscribes to the twitter RSS and process the shipment when it shows up.</p>
<p>If you didn&#8217;t want to have to generate and then publish your own xml, you could use twitter in this manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/#comment-37800</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Fri, 06 Feb 2009 05:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2039#comment-37800</guid>
		<description>&lt;p&gt;Thanks for the link.. the idea is to share how easy it is to build something like this. Had it not been for twitters awesome api, it would have been more difficult to do this. One reason why I made it ridiculously simple.&lt;/p&gt;
&lt;p&gt;But this also opens lot of possibilities for readers, like auto generating tweets based on data, importing tweets to do analysis etc. Can you think of few more creative ways you can combine excel&#039;s data manipulation power with twitters ease of use ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the link.. the idea is to share how easy it is to build something like this. Had it not been for twitters awesome api, it would have been more difficult to do this. One reason why I made it ridiculously simple.</p>
<p>But this also opens lot of possibilities for readers, like auto generating tweets based on data, importing tweets to do analysis etc. Can you think of few more creative ways you can combine excel&#8217;s data manipulation power with twitters ease of use ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Woodhouse</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/#comment-37791</link>
		<dc:creator>Mike Woodhouse</dc:creator>
		<pubDate>Thu, 05 Feb 2009 23:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2039#comment-37791</guid>
		<description>&lt;p&gt;Well, anything you can do with COM you can do with Excel, as long as it doesn&#039;t involve one particular kind of instantiation. Once you&#039;ve realised that the list includes HTTP, then the web&#039;s your oyster.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, anything you can do with COM you can do with Excel, as long as it doesn&#8217;t involve one particular kind of instantiation. Once you&#8217;ve realised that the list includes HTTP, then the web&#8217;s your oyster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/#comment-37789</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 05 Feb 2009 22:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2039#comment-37789</guid>
		<description>&lt;p&gt;&quot;You can do anything with Excel&quot;  You forgot to add &quot;but probably shouldn&#039;t&quot; :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;You can do anything with Excel&#8221;  You forgot to add &#8220;but probably shouldn&#8217;t&#8221; <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Dalgleish</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/02/05/how-to-twitter-from-excel/#comment-37786</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Thu, 05 Feb 2009 20:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2039#comment-37786</guid>
		<description>&lt;p&gt;I posted about a different Excel Twitter client a couple of months ago:&lt;br&gt;
&lt;a href=&quot;http://blog.contextures.com/archives/2008/12/13/excel-twitters-20081213/&quot; rel=&quot;nofollow&quot;&gt;Excel Twitters 20081213&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&quot;Now You&#039;ve Seen Everything&quot; - &lt;a href=&quot;http://linksr.us/hyoNfV&quot; rel=&quot;nofollow&quot;&gt;http://linksr.us/hyoNfV&lt;/a&gt; - Download your very own Excel Twitter client.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I posted about a different Excel Twitter client a couple of months ago:<br />
<a href="http://blog.contextures.com/archives/2008/12/13/excel-twitters-20081213/" rel="nofollow">Excel Twitters 20081213</a></p>
<p>&#8220;Now You&#8217;ve Seen Everything&#8221; &#8211; <a href="http://linksr.us/hyoNfV" rel="nofollow">http://linksr.us/hyoNfV</a> &#8211; Download your very own Excel Twitter client.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

