<?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: Working with the del.icio.us API in VBA</title>
	<atom:link href="http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/</link>
	<description>Automation and VBA code for Microsoft® Excel and Outlook</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:46:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: moreproblemo</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/#comment-2137</link>
		<dc:creator>moreproblemo</dc:creator>
		<pubDate>Fri, 11 Dec 2009 08:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=732#comment-2137</guid>
		<description>Guys, you can just paste https://api.del.icio.us/v1/posts/all
in firefox, save the data as an .xml file and open it in Excel</description>
		<content:encoded><![CDATA[<p>Guys, you can just paste <a href="https://api.del.icio.us/v1/posts/all" rel="nofollow">https://api.del.icio.us/v1/posts/all</a><br />
in firefox, save the data as an .xml file and open it in Excel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/#comment-2136</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 10 Dec 2009 23:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=732#comment-2136</guid>
		<description>What line causes the error?</description>
		<content:encoded><![CDATA[<p>What line causes the error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moreproblemo</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/#comment-2135</link>
		<dc:creator>moreproblemo</dc:creator>
		<pubDate>Thu, 10 Dec 2009 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=732#comment-2135</guid>
		<description>-2147221080 - Method &#039;XMLMaps&#039; of object &#039;_Workbook&#039; failed</description>
		<content:encoded><![CDATA[<p>-2147221080 &#8211; Method 'XMLMaps' of object '_Workbook' failed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/#comment-2134</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Fri, 27 Nov 2009 14:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=732#comment-2134</guid>
		<description>On what line does the error occur?</description>
		<content:encoded><![CDATA[<p>On what line does the error occur?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/#comment-2133</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 27 Nov 2009 09:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=732#comment-2133</guid>
		<description>I get the message

 -2147467529 - Method &#039;open&#039; of object &#039;IXMLHTTPRequest&#039; failed.

No data is returned.</description>
		<content:encoded><![CDATA[<p>I get the message</p>
<p> -2147467529 &#8211; Method 'open' of object 'IXMLHTTPRequest' failed.</p>
<p>No data is returned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yonny</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/#comment-2132</link>
		<dc:creator>yonny</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=732#comment-2132</guid>
		<description>actually I just try the old one again and it seems to be working.
I got an error that said that something is wrong in the comments (does that make any sense to you?)
It look like both of them working now (the old and the new one)
Thanks!</description>
		<content:encoded><![CDATA[<p>actually I just try the old one again and it seems to be working.<br />
I got an error that said that something is wrong in the comments (does that make any sense to you?)<br />
It look like both of them working now (the old and the new one)<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/#comment-2131</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=732#comment-2131</guid>
		<description>You need to be more specific. What isn&#039;t working? Did you step through the code to see where the error occurs?</description>
		<content:encoded><![CDATA[<p>You need to be more specific. What isn't working? Did you step through the code to see where the error occurs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yonny</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/09/working-with-the-del-icio-us-api-in-vba/#comment-2130</link>
		<dc:creator>yonny</dc:creator>
		<pubDate>Tue, 27 Oct 2009 12:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=732#comment-2130</guid>
		<description>Still not working for me :(</description>
		<content:encoded><![CDATA[<p>Still not working for me <img src='http://www.codeforexcelandoutlook.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
