<?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: Miscellanea for 8 May 2009</title>
	<atom:link href="http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:51:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13817</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sun, 10 May 2009 01:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13817</guid>
		<description>Well, you could use GetOpenFilename to let the user browse to and select a file. Or if the code is in the workbook that needs updating, name the file directly: ThisWorkbook.Path &amp; &quot;MyFile.csv&quot;.</description>
		<content:encoded><![CDATA[<p>Well, you could use GetOpenFilename to let the user browse to and select a file. Or if the code is in the workbook that needs updating, name the file directly: ThisWorkbook.Path &amp; &#8220;MyFile.csv&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13813</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Sat, 09 May 2009 22:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13813</guid>
		<description>That&#039;s what I hoped might be possible, and feared feared would be necessary. It may not just be me, as I see that Microsoft&#039;s own support pages &lt;a href=&quot;http://support.microsoft.com/default.aspx?kbid=816562&quot; rel=&quot;nofollow&quot;&gt;suggest it used to be a known problem&lt;/a&gt;, and they supplied a bit of VBA that might help.  

But it has hard coded directories, when I&#039;d rather a button that searched out the directory in which the Excel pivot table currently resides, and assumes the CSV file is in the same place.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what I hoped might be possible, and feared feared would be necessary. It may not just be me, as I see that Microsoft&#8217;s own support pages <a href="http://support.microsoft.com/default.aspx?kbid=816562" rel="nofollow">suggest it used to be a known problem</a>, and they supplied a bit of VBA that might help.  </p>
<p>But it has hard coded directories, when I&#8217;d rather a button that searched out the directory in which the Excel pivot table currently resides, and assumes the CSV file is in the same place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Dalgleish</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13810</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Sat, 09 May 2009 20:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13810</guid>
		<description>Sorry Derek, I can&#039;t recreate the problem. Could you add a bit of programming to let the user select a file, and change the connection string based on their selection?</description>
		<content:encoded><![CDATA[<p>Sorry Derek, I can&#8217;t recreate the problem. Could you add a bit of programming to let the user select a file, and change the connection string based on their selection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13804</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Sat, 09 May 2009 15:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13804</guid>
		<description>I wish that was what would happen! It&#039;s what I would expect. What actually happens is that another error box comes up saying &quot;Problems obtaining data&quot;.  

More news on the &quot;Get Data&quot; in pivot table wizard method.  I played with it a bit just now, and I have found that after it tells me I can&#039;t edit the query, it opens the query, and indeed things like View.. Tables and Add Tables are grayed out. But if I open the SQL, I can edit the path by hand in that box, or if I succeed in removing all SQL instructions, I can then rebuild the Query by hand (but see my remark about hoop-jumping; this is not a workable solution).</description>
		<content:encoded><![CDATA[<p>I wish that was what would happen! It&#8217;s what I would expect. What actually happens is that another error box comes up saying &#8220;Problems obtaining data&#8221;.  </p>
<p>More news on the &#8220;Get Data&#8221; in pivot table wizard method.  I played with it a bit just now, and I have found that after it tells me I can&#8217;t edit the query, it opens the query, and indeed things like View.. Tables and Add Tables are grayed out. But if I open the SQL, I can edit the path by hand in that box, or if I succeed in removing all SQL instructions, I can then rebuild the Query by hand (but see my remark about hoop-jumping; this is not a workable solution).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Dalgleish</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13801</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Sat, 09 May 2009 13:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13801</guid>
		<description>Thanks Jon, we&#039;ll try to keep the noise down. ;-)

Derek, what happens if you click OK in that error message? For me, it opens a Select Directory dialog box.</description>
		<content:encoded><![CDATA[<p>Thanks Jon, we&#8217;ll try to keep the noise down. ;-)</p>
<p>Derek, what happens if you click OK in that error message? For me, it opens a Select Directory dialog box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13800</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 09 May 2009 13:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13800</guid>
		<description>Here&#039;s fine.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

