<?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: External Data Properties Whats This Help</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/</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: Surendra</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-25828</link>
		<dc:creator>Surendra</dc:creator>
		<pubDate>Mon, 23 Jul 2007 21:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-25828</guid>
		<description>&lt;p&gt;Hello Guys,&lt;/p&gt;
&lt;p&gt;I have an Excel with multiple worksheet. Some of the worksheets are populated using External Data thru MS query. and Other worksheets are  attached and summarized with these external data worksheet.&lt;br&gt;
=========&lt;br&gt;
I populate a worksheet(COL A thru COL O) and then creates 4 additional columns (say COL P, COL Q, COL R AND COL T. COL P is the concatenation of COLC+ YEAR/MONTH FROM COLB, COL Q concatenation of (COL A,COL C), COL R is the SUM of Col N+ COL O and Col T IS THE sum of COL D.&lt;/p&gt;
&lt;p&gt;When I entered concat formula for COL Q in cell Q2 - no problem.&lt;br&gt;
When I entered concat formula for COL R in cell R2 - no problem.&lt;br&gt;
and now I clicked REFRESH/REFRESH ALL BUTTON, everything works fine. Point to be noted here is Still I didn&#039;t entered formula for COL P. I save the file and got out. No issues&lt;/p&gt;
&lt;p&gt;I open the file again no problem, everything looks ok and in place. No I entered concat formula for COL P in cell P2 , and save,  No problem&lt;/p&gt;
&lt;p&gt;My problem at this stage of game&lt;br&gt;
=======================&lt;br&gt;
When I click the REFRESH/REFRESH ALL button again, all the values gets replaced in the COL P2, Q2 and R2 with LABEL FOR COL P, COL Q AND COL R. This happens only when MQ-Query returns 1 row only.&lt;/p&gt;
&lt;p&gt;There is no macro or VBA code running behind the scene. I am not able to figure out how the P2, Q2, R2 cell gets populated with the col LABELs. I have trying to figure out this but so far no success..&lt;/p&gt;
&lt;p&gt;I have used &quot;Override existing cells with new data and fill down formulas ...&quot; option&lt;/p&gt;
&lt;p&gt;Please let me know if everything is clear here and any help will be greatly appreciated!&lt;/p&gt;
&lt;p&gt;sba&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Guys,</p>
<p>I have an Excel with multiple worksheet. Some of the worksheets are populated using External Data thru MS query. and Other worksheets are  attached and summarized with these external data worksheet.<br />
=========<br />
I populate a worksheet(COL A thru COL O) and then creates 4 additional columns (say COL P, COL Q, COL R AND COL T. COL P is the concatenation of COLC+ YEAR/MONTH FROM COLB, COL Q concatenation of (COL A,COL C), COL R is the SUM of Col N+ COL O and Col T IS THE sum of COL D.</p>
<p>When I entered concat formula for COL Q in cell Q2 &#8211; no problem.<br />
When I entered concat formula for COL R in cell R2 &#8211; no problem.<br />
and now I clicked REFRESH/REFRESH ALL BUTTON, everything works fine. Point to be noted here is Still I didn&#8217;t entered formula for COL P. I save the file and got out. No issues</p>
<p>I open the file again no problem, everything looks ok and in place. No I entered concat formula for COL P in cell P2 , and save,  No problem</p>
<p>My problem at this stage of game<br />
=======================<br />
When I click the REFRESH/REFRESH ALL button again, all the values gets replaced in the COL P2, Q2 and R2 with LABEL FOR COL P, COL Q AND COL R. This happens only when MQ-Query returns 1 row only.</p>
<p>There is no macro or VBA code running behind the scene. I am not able to figure out how the P2, Q2, R2 cell gets populated with the col LABELs. I have trying to figure out this but so far no success..</p>
<p>I have used &#8220;Override existing cells with new data and fill down formulas &#8230;&#8221; option</p>
<p>Please let me know if everything is clear here and any help will be greatly appreciated!</p>
<p>sba</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Davies</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-19568</link>
		<dc:creator>Owen Davies</dc:creator>
		<pubDate>Thu, 27 Apr 2006 20:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-19568</guid>
		<description>&lt;p&gt;I&#039;m also interested in having an external data range refresh on open WITHOUT the annoying pop up.  The MS suggested registry edit does me no good because I cannot change the baseline in my enterprise.  &lt;/p&gt;
&lt;p&gt;Would it be possible to use VB in the Workbook_Open() function to tell the external data range to refresh itself?  If so I could get the effect of having the Refresh Data on File Open box checked without the ugliness.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m also interested in having an external data range refresh on open WITHOUT the annoying pop up.  The MS suggested registry edit does me no good because I cannot change the baseline in my enterprise.  </p>
<p>Would it be possible to use VB in the Workbook_Open() function to tell the external data range to refresh itself?  If so I could get the effect of having the Refresh Data on File Open box checked without the ugliness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farzooq Hussain</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-19005</link>
		<dc:creator>Farzooq Hussain</dc:creator>
		<pubDate>Mon, 27 Feb 2006 05:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-19005</guid>
		<description>&lt;p&gt;Is it possible to export an access table to excel and whenever I add something in access table. The excel exported table should be updated automatically.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is it possible to export an access table to excel and whenever I add something in access table. The excel exported table should be updated automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-18236</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Fri, 13 Jan 2006 21:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-18236</guid>
		<description>&lt;p&gt;That&#039;s odd Gregg because it works for me.  Make sure you don&#039;t have any other columns between your external data and the formulas - check for hidden columns.  Also, if you recreate the external data table, say through VBA, instead of just refreshing it, this wouldn&#039;t work.  If you want to provide more information about the formula and the steps you are taking, we may be able to troubleshoot this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s odd Gregg because it works for me.  Make sure you don&#8217;t have any other columns between your external data and the formulas &#8211; check for hidden columns.  Also, if you recreate the external data table, say through VBA, instead of just refreshing it, this wouldn&#8217;t work.  If you want to provide more information about the formula and the steps you are taking, we may be able to troubleshoot this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Muir</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-18215</link>
		<dc:creator>Greg Muir</dc:creator>
		<pubDate>Fri, 13 Jan 2006 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-18215</guid>
		<description>&lt;p&gt;Fill down DOES NOT WORK. I have a big data dump in one of my sheets and I have column A serve as an index for it. Based off of conditions in that dump, I concatenate a reference number that is then referred to from another sheet. Every few days I have to go back in and copy down the formulas. The data range keeps growing and growing but the formulas are left right where they were.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fill down DOES NOT WORK. I have a big data dump in one of my sheets and I have column A serve as an index for it. Based off of conditions in that dump, I concatenate a reference number that is then referred to from another sheet. Every few days I have to go back in and copy down the formulas. The data range keeps growing and growing but the formulas are left right where they were.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Miller</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-18072</link>
		<dc:creator>Andy Miller</dc:creator>
		<pubDate>Tue, 03 Jan 2006 16:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-18072</guid>
		<description>&lt;p&gt;I have a few comments about MS Help and this thread.&lt;/p&gt;
&lt;p&gt;First, I think some people are confusing online help with... well, online help. Dick is referring to internet-based online help, I believe, whereas I think some of you are referring to any electronic help file.&lt;/p&gt;
&lt;p&gt;Second, I&#039;ve been more and more disappointed with MS Help with each &#039;upgrade&#039; lately. I miss having an Index in the help section. Sometimes you&#039;re not really sure what you&#039;re looking for (or the term that MS uses for an action or object), so browsing through the index can save time.&lt;/p&gt;
&lt;p&gt;I personally preferred the help files/methods of a few years ago to the way things are done now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a few comments about MS Help and this thread.</p>
<p>First, I think some people are confusing online help with&#8230; well, online help. Dick is referring to internet-based online help, I believe, whereas I think some of you are referring to any electronic help file.</p>
<p>Second, I&#8217;ve been more and more disappointed with MS Help with each &#8216;upgrade&#8217; lately. I miss having an Index in the help section. Sometimes you&#8217;re not really sure what you&#8217;re looking for (or the term that MS uses for an action or object), so browsing through the index can save time.</p>
<p>I personally preferred the help files/methods of a few years ago to the way things are done now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-17928</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 22 Dec 2005 13:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-17928</guid>
		<description>&lt;p&gt;Michael -&lt;/p&gt;
&lt;p&gt;I just bought QuickBooks, because my accountant doesn&#039;t want to deal with Excel files. Probably a good idea, since Excel allows each of his clients to set up a unique layout.&lt;/p&gt;
&lt;p&gt;Anyway, they provide a pamphlet, a terse reference guide (~100 pages), and a coupon to buy the Official Guide on line. I suppose if I want to know how to display my numbers in a particular format as easily as I can in Excel, I&#039;ll have to pony up the additional cost of this book, in addition to the cost of the software itself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Michael -</p>
<p>I just bought QuickBooks, because my accountant doesn&#8217;t want to deal with Excel files. Probably a good idea, since Excel allows each of his clients to set up a unique layout.</p>
<p>Anyway, they provide a pamphlet, a terse reference guide (~100 pages), and a coupon to buy the Official Guide on line. I suppose if I want to know how to display my numbers in a particular format as easily as I can in Excel, I&#8217;ll have to pony up the additional cost of this book, in addition to the cost of the software itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-17912</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Wed, 21 Dec 2005 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-17912</guid>
		<description>&lt;p&gt;Dick,&lt;/p&gt;
&lt;p&gt;Does the NDA allow You to comment on this subject from what You&#039;ve seen in Excel 2006?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,</p>
<p>Does the NDA allow You to comment on this subject from what You&#8217;ve seen in Excel 2006?</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-17911</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 21 Dec 2005 19:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-17911</guid>
		<description>&lt;p&gt;It seems that so many companies other than MS are moving more and more to online help.  It certainly reduces the cost of having to kill all of those trees and ship all of the weight associated with a paper manual twice as thick as &quot;War and Peace.&quot;  Being a bean counter myself, I can see the advantages to the cost savings, but in every aspect of everything I do, it just seems it would be faster to pick up a book and look it up.&lt;/p&gt;
&lt;p&gt;One of my favorites is QuickBooks (I think).  They give you a book of really basic stuff then refer you to online help for more info.&lt;/p&gt;
&lt;p&gt;Stupid corporate suits. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It seems that so many companies other than MS are moving more and more to online help.  It certainly reduces the cost of having to kill all of those trees and ship all of the weight associated with a paper manual twice as thick as &#8220;War and Peace.&#8221;  Being a bean counter myself, I can see the advantages to the cost savings, but in every aspect of everything I do, it just seems it would be faster to pick up a book and look it up.</p>
<p>One of my favorites is QuickBooks (I think).  They give you a book of really basic stuff then refer you to online help for more info.</p>
<p>Stupid corporate suits. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billkamm</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/12/20/external-data-properties-whats-this-help/#comment-17910</link>
		<dc:creator>Billkamm</dc:creator>
		<pubDate>Wed, 21 Dec 2005 18:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1305#comment-17910</guid>
		<description>&lt;p&gt;First Page 2000 is a pretty good program.  Personally I would use notepad.exe before I ever paid for software to edit HTML.  Although I hear Dreamweaver is an amazing piece of software.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First Page 2000 is a pretty good program.  Personally I would use notepad.exe before I ever paid for software to edit HTML.  Although I hear Dreamweaver is an amazing piece of software.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

