<?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: Excel Suggestions</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/01/19/excel-suggestions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/01/19/excel-suggestions/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:03:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Methods In Excel » Captionless worksheets</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/19/excel-suggestions/#comment-18928</link>
		<dc:creator>Methods In Excel » Captionless worksheets</dc:creator>
		<pubDate>Tue, 21 Feb 2006 01:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1317#comment-18928</guid>
		<description>&lt;p&gt;[...] Big Dick Kusleika over at Daily Does of Excel made some suggestions for Excel 12. One of which was to have captionless worksheets. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Big Dick Kusleika over at Daily Does of Excel made some suggestions for Excel 12. One of which was to have captionless worksheets. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/19/excel-suggestions/#comment-18396</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Mon, 23 Jan 2006 10:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1317#comment-18396</guid>
		<description>&lt;p&gt;Hi,&lt;br&gt;
I took a quick look at captionless worksheets:&lt;br&gt;
&lt;a href=&quot;http://methodsinexcel.blogspot.com/2006/01/captionless-worksheets.html#comments&quot; rel=&quot;nofollow&quot;&gt;http://methodsinexcel.blogspot.com/2006/01/captionless-worksheets.html#comments&lt;/a&gt;&lt;br&gt;
cheers&lt;br&gt;
Ross&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I took a quick look at captionless worksheets:<br />
<a href="http://methodsinexcel.blogspot.com/2006/01/captionless-worksheets.html#comments" rel="nofollow">http://methodsinexcel.blogspot.com/2006/01/captionless-worksheets.html#comments</a><br />
cheers<br />
Ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pivot peer</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/19/excel-suggestions/#comment-18388</link>
		<dc:creator>pivot peer</dc:creator>
		<pubDate>Sun, 22 Jan 2006 21:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1317#comment-18388</guid>
		<description>&lt;p&gt;doco - functions appear to be limited to those which satisfy f(f(x),...,f(z)) == f(x,...,z). My best guess it is because having generic functions would make pivots much more expensive in memory and cpu resources.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>doco &#8211; functions appear to be limited to those which satisfy f(f(x),&#8230;,f(z)) == f(x,&#8230;,z). My best guess it is because having generic functions would make pivots much more expensive in memory and cpu resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/19/excel-suggestions/#comment-18374</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Fri, 20 Jan 2006 16:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1317#comment-18374</guid>
		<description>&lt;p&gt;Dick,&lt;/p&gt;
&lt;p&gt;As You know I&#039;m not with the Redmonds people but I thought I would add my 2 cents here ;)&lt;/p&gt;
&lt;p&gt;External Data Cache:&lt;/p&gt;
&lt;p&gt;I can understand the sentence of what You raise but from my point of view I would say that it exist better server side solutions lika OLAP Cubes, stored procedures as well as persistent recordsets then to increase the size and also make the Data Cache more transparent.&lt;/p&gt;
&lt;p&gt;Although it will never be perfect the all in all is that the clients should not be &quot;exhausted&quot; with an unnessary overhead.&lt;/p&gt;
&lt;p&gt;BTW, in VSTO we can access and manipulate the ActionPane rather smooth in my opinion and it offer some great options when it comes to &quot;order&quot; specific data etc. &lt;/p&gt;
&lt;p&gt;Ross - Thanks for the heads up on the MSFT KB-article in Your blog :)&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,</p>
<p>As You know I&#8217;m not with the Redmonds people but I thought I would add my 2 cents here <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>External Data Cache:</p>
<p>I can understand the sentence of what You raise but from my point of view I would say that it exist better server side solutions lika OLAP Cubes, stored procedures as well as persistent recordsets then to increase the size and also make the Data Cache more transparent.</p>
<p>Although it will never be perfect the all in all is that the clients should not be &#8220;exhausted&#8221; with an unnessary overhead.</p>
<p>BTW, in VSTO we can access and manipulate the ActionPane rather smooth in my opinion and it offer some great options when it comes to &#8220;order&#8221; specific data etc. </p>
<p>Ross &#8211; Thanks for the heads up on the MSFT KB-article in Your blog <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doco</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/19/excel-suggestions/#comment-18370</link>
		<dc:creator>doco</dc:creator>
		<pubDate>Fri, 20 Jan 2006 10:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1317#comment-18370</guid>
		<description>&lt;p&gt;While we are on a wish list bent: why are central tendency functions limited to Average; Stdev; Count; Min; Max; etc. in PivotTables, SubTotal(), and StatusBar?  Or is there a way (particularly in PivotTables) to do Median(); AveDev(); GeoMean(); etc?  Is there a way to break into PT&#039;s object model and add additional functions?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>While we are on a wish list bent: why are central tendency functions limited to Average; Stdev; Count; Min; Max; etc. in PivotTables, SubTotal(), and StatusBar?  Or is there a way (particularly in PivotTables) to do Median(); AveDev(); GeoMean(); etc?  Is there a way to break into PT&#8217;s object model and add additional functions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/19/excel-suggestions/#comment-18366</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Fri, 20 Jan 2006 01:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1317#comment-18366</guid>
		<description>&lt;p&gt;hummmm,&lt;br&gt;
I must be missing something Dick, could you not just use the same recored set to populate 2 diffrent tables?&lt;/p&gt;
&lt;p&gt;One problem with the cache set up, partiucally for &quot;extrenal data&quot;, which could be very large is the purging - try using a pivot is Access with a &quot;resonable&quot;&lt;br&gt;
size data set - worthless!!!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://methodsinexcel.blogspot.com/2005/12/exporting-to-excel-from-owc-and-pivot.html&quot; rel=&quot;nofollow&quot;&gt;http://methodsinexcel.blogspot.com/2005/12/exporting-to-excel-from-owc-and-pivot.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;the answer in this particualr case might be more manageable PT, which i think 12 might offer - but i guess not!&lt;/p&gt;
&lt;p&gt;I think the worksheet thing might be achivable with API&#039;s - Steven Bullen&#039;s Form Fun removes the caption from a VBA form, so i guess this could work for a window, and the z order is just the window index, and if the &quot;base sheet&quot; was maximised (even turned to a background type sheet) some of it might be possible... but yeah it&#039;s a lot of work and over head, wold be mch better if it was defult.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hummmm,<br />
I must be missing something Dick, could you not just use the same recored set to populate 2 diffrent tables?</p>
<p>One problem with the cache set up, partiucally for &#8220;extrenal data&#8221;, which could be very large is the purging &#8211; try using a pivot is Access with a &#8220;resonable&#8221;<br />
size data set &#8211; worthless!!!</p>
<p><a href="http://methodsinexcel.blogspot.com/2005/12/exporting-to-excel-from-owc-and-pivot.html" rel="nofollow">http://methodsinexcel.blogspot.com/2005/12/exporting-to-excel-from-owc-and-pivot.html</a></p>
<p>the answer in this particualr case might be more manageable PT, which i think 12 might offer &#8211; but i guess not!</p>
<p>I think the worksheet thing might be achivable with API&#8217;s &#8211; Steven Bullen&#8217;s Form Fun removes the caption from a VBA form, so i guess this could work for a window, and the z order is just the window index, and if the &#8220;base sheet&#8221; was maximised (even turned to a background type sheet) some of it might be possible&#8230; but yeah it&#8217;s a lot of work and over head, wold be mch better if it was defult.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

