<?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>PTS Excel Charts and Tutorials Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:01:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</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: 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>
	<item>
		<title>By: derek</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13796</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Sat, 09 May 2009 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13796</guid>
		<description>Thanks Debra, but when I move them to a new directory and refresh, I don&#039;t get any of that, only a complaint that it can&#039;t find the CSV file and an admonition to check that the file and path name is exactly correct. 

If I try to step back through the pivot table wizard I can&#039;t make a new query, and if I try to step forward through &quot;Get Data&quot;, it complains it can&#039;t edit the existing query, then repeats the original error above. 

This is Office 2000 SR-1 with MS Query installed, under Windows XP SP-3. The original problem on work machines was the same Office installation, under Windows 2000. 

I asked here because of Jon&#039;s reference to &quot;use a chart to see patterns in your data&quot;, but if it&#039;s more appropriate to continue the conversation on a suitable place on your web site, please let me know, and I&#039;ll recap there.</description>
		<content:encoded><![CDATA[<p>Thanks Debra, but when I move them to a new directory and refresh, I don&#8217;t get any of that, only a complaint that it can&#8217;t find the CSV file and an admonition to check that the file and path name is exactly correct. </p>
<p>If I try to step back through the pivot table wizard I can&#8217;t make a new query, and if I try to step forward through &#8220;Get Data&#8221;, it complains it can&#8217;t edit the existing query, then repeats the original error above. </p>
<p>This is Office 2000 SR-1 with MS Query installed, under Windows XP SP-3. The original problem on work machines was the same Office installation, under Windows 2000. </p>
<p>I asked here because of Jon&#8217;s reference to &#8220;use a chart to see patterns in your data&#8221;, but if it&#8217;s more appropriate to continue the conversation on a suitable place on your web site, please let me know, and I&#8217;ll recap there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13789</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 09 May 2009 01:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13789</guid>
		<description>I knew someone smarter than me would help out! Thanks, Debra.</description>
		<content:encoded><![CDATA[<p>I knew someone smarter than me would help out! Thanks, Debra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Dalgleish</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13788</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Sat, 09 May 2009 01:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13788</guid>
		<description>Jon, congratulations on the 300th post! 
Derek, if the recipient puts the two files in any directory, and refreshes the pivot table, they should be prompted to select the source file. That would update the connection string, and they could save the Excel file with the revised information.</description>
		<content:encoded><![CDATA[<p>Jon, congratulations on the 300th post!<br />
Derek, if the recipient puts the two files in any directory, and refreshes the pivot table, they should be prompted to select the source file. That would update the connection string, and they could save the Excel file with the revised information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://peltiertech.com/WordPress/miscellanea-for-8-may-2009/comment-page-1/#comment-13783</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 08 May 2009 19:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1887#comment-13783</guid>
		<description>Hi Jon,

All 300 are gems.
Peppered with a distaste for chart junk and pies you can&#039;t eat as well.

Cheers,

Bob</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>All 300 are gems.<br />
Peppered with a distaste for chart junk and pies you can&#8217;t eat as well.</p>
<p>Cheers,</p>
<p>Bob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
