<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Excel Workbook Size Reduction</title>
	<atom:link href="http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/</link>
	<description></description>
	<lastBuildDate>Tue,  7 Feb 2012 16:37:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: MacPher</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-80614</link>
		<dc:creator>MacPher</dc:creator>
		<pubDate>Wed, 08 Sep 2010 23:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-80614</guid>
		<description>If you are using pivots in another version of excel, and saving the same as current version, this may eat up lot of space. I was able to reduce around 100 MB on a file of 104 MB, by discarding the old pivot and working out a new one in the current version ! Try it.</description>
		<content:encoded><![CDATA[<p>If you are using pivots in another version of excel, and saving the same as current version, this may eat up lot of space. I was able to reduce around 100 MB on a file of 104 MB, by discarding the old pivot and working out a new one in the current version ! Try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excel Workbook Size Reduction Revisited. &#171; Methods In Excel</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-79067</link>
		<dc:creator>Excel Workbook Size Reduction Revisited. &#171; Methods In Excel</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-79067</guid>
		<description>[...] check back in the original post for explanations of these if they don’t make [...]</description>
		<content:encoded><![CDATA[<p>[...] check back in the original post for explanations of these if they don’t make [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-78895</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Tue, 02 Mar 2010 09:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-78895</guid>
		<description>I recently found a method that can reduce the file size of an Excel file containing significant amounts of VBA, sometimes by as much as 50%.

1) Note file size
2) Open file but do not enable VBA/macros
3) Make no changes
4) Save &amp; close file
5) Check file size again

Even after using Rob Bovey&#039;s Code Cleaner this can sometimes make a huge difference to the size of the file.  Many of the workbooks I manage are read-only and reside on a network share somewhere, and as this can make these files much smaller (1300KB down to 700KB etc.) it improves load times, particularly over VPN connections, resulting in an improved user experience.

The files work exactly the same after this is carried out and although I&#039;ve done some examination to see what might have changed I&#039;ve not managed to find anythign.  Most likely some internal decrufting is responsible, but I&#039;ve really no idea why this works.</description>
		<content:encoded><![CDATA[<p>I recently found a method that can reduce the file size of an Excel file containing significant amounts of VBA, sometimes by as much as 50%.</p>
<p>1) Note file size<br />
2) Open file but do not enable VBA/macros<br />
3) Make no changes<br />
4) Save &amp; close file<br />
5) Check file size again</p>
<p>Even after using Rob Bovey&#8217;s Code Cleaner this can sometimes make a huge difference to the size of the file.  Many of the workbooks I manage are read-only and reside on a network share somewhere, and as this can make these files much smaller (1300KB down to 700KB etc.) it improves load times, particularly over VPN connections, resulting in an improved user experience.</p>
<p>The files work exactly the same after this is carried out and although I&#8217;ve done some examination to see what might have changed I&#8217;ve not managed to find anythign.  Most likely some internal decrufting is responsible, but I&#8217;ve really no idea why this works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Rothfuss</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-78782</link>
		<dc:creator>Mark Rothfuss</dc:creator>
		<pubDate>Tue, 26 Jan 2010 20:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-78782</guid>
		<description>PivotTables store a copy of your data as well.   If you have multiple PT&#039;s driven off the same set of data, they will each store a separate copy of this data. Your workbooks can get large very quickly this way.   To limit this, change all but the first PTs data source to that of the first PT using the data.   Only one cache copy will be stored.</description>
		<content:encoded><![CDATA[<p>PivotTables store a copy of your data as well.   If you have multiple PT&#8217;s driven off the same set of data, they will each store a separate copy of this data. Your workbooks can get large very quickly this way.   To limit this, change all but the first PTs data source to that of the first PT using the data.   Only one cache copy will be stored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Hall</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-78758</link>
		<dc:creator>Charlie Hall</dc:creator>
		<pubDate>Thu, 21 Jan 2010 17:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-78758</guid>
		<description>If you are using vlookup to pull data from another workbook, then Excel 2007 (possibly earlier versions as well) keeps a copy of the range data in the workbook - and so if it is a large external range, your workbook can get quite large without it being obvious why

--Charlie</description>
		<content:encoded><![CDATA[<p>If you are using vlookup to pull data from another workbook, then Excel 2007 (possibly earlier versions as well) keeps a copy of the range data in the workbook &#8211; and so if it is a large external range, your workbook can get quite large without it being obvious why</p>
<p>&#8211;Charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-78748</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-78748</guid>
		<description>I went to the .xlsb format because of faster loading across a network. The smaller file sizes (1/8 of .xls is typical) were a big help too. I consider it to be the successor to .xls but with compression built in.

Why the other formats then? It&#039;s binary, not xml, so it&#039;s not cool (I mean compatible with other applications), and has macros built in so it&#039;s not &quot;safe&quot;.</description>
		<content:encoded><![CDATA[<p>I went to the .xlsb format because of faster loading across a network. The smaller file sizes (1/8 of .xls is typical) were a big help too. I consider it to be the successor to .xls but with compression built in.</p>
<p>Why the other formats then? It&#8217;s binary, not xml, so it&#8217;s not cool (I mean compatible with other applications), and has macros built in so it&#8217;s not &#8220;safe&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross McLean</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-78746</link>
		<dc:creator>Ross McLean</dc:creator>
		<pubDate>Mon, 18 Jan 2010 14:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-78746</guid>
		<description>Good comments, I didn&#039;t know about the filter issues, or about .xlsb. 

But I have a question if an xlsb can hold code and is the smallest file type, why is there other types - is it that slow loading or something. 

Pictures - yep, excellent tip for Power point too, and pivot pivotcache too, yep good. 

Any more?</description>
		<content:encoded><![CDATA[<p>Good comments, I didn&#8217;t know about the filter issues, or about .xlsb. </p>
<p>But I have a question if an xlsb can hold code and is the smallest file type, why is there other types &#8211; is it that slow loading or something. </p>
<p>Pictures &#8211; yep, excellent tip for Power point too, and pivot pivotcache too, yep good. </p>
<p>Any more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-78745</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Mon, 18 Jan 2010 13:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-78745</guid>
		<description>Store it as .xlsb... its the most compressed file format available if you have 2007 and above. Lets you store macros as well</description>
		<content:encoded><![CDATA[<p>Store it as .xlsb&#8230; its the most compressed file format available if you have 2007 and above. Lets you store macros as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon von der Heyden</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-78744</link>
		<dc:creator>Jon von der Heyden</dc:creator>
		<pubDate>Mon, 18 Jan 2010 13:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-78744</guid>
		<description>A couple of other offenders:

Pictures, although rarely used, can have adverse effect on size.  I tend to compress my pics either 96 or 200 dpi.

Pivot cache, see here: http://www.contextures.com/xlPivot04.html</description>
		<content:encoded><![CDATA[<p>A couple of other offenders:</p>
<p>Pictures, although rarely used, can have adverse effect on size.  I tend to compress my pics either 96 or 200 dpi.</p>
<p>Pivot cache, see here: <a href="http://www.contextures.com/xlPivot04.html" rel="nofollow">http://www.contextures.com/xlPivot04.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon</title>
		<link>http://www.blog.methodsinexcel.co.uk/2010/01/18/excel-workbook-size-reduction/comment-page-1/#comment-78743</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Mon, 18 Jan 2010 13:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=1046#comment-78743</guid>
		<description>Ranges that Excel defines when you use filters are stored in the workbook and can also cause problems in large sheets in my experience.

Jan Karel Pieterse&#039;s superb Name Manager (http://www.jkp-ads.com/OfficeMarketPlaceNM-EN.asp) can help identify and remove these ranges, sometimes reducing a file by megabytes.</description>
		<content:encoded><![CDATA[<p>Ranges that Excel defines when you use filters are stored in the workbook and can also cause problems in large sheets in my experience.</p>
<p>Jan Karel Pieterse&#8217;s superb Name Manager (<a href="http://www.jkp-ads.com/OfficeMarketPlaceNM-EN.asp" rel="nofollow">http://www.jkp-ads.com/OfficeMarketPlaceNM-EN.asp</a>) can help identify and remove these ranges, sometimes reducing a file by megabytes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

