<?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 for Excel Zoom</title>
	<atom:link href="http://excelzoom.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://excelzoom.com</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:06:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Automatically Create an Index for Your Excel File by Haris</title>
		<link>http://excelzoom.com/2009/03/automatically-create-an-index-for-your-excel-file/comment-page-1/#comment-804</link>
		<dc:creator>Haris</dc:creator>
		<pubDate>Wed, 01 Feb 2012 22:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=5#comment-804</guid>
		<description>Can&#039;t thank you enough for this.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t thank you enough for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Fill Handle for the Alphabet by Ken Wilmloth</title>
		<link>http://excelzoom.com/2009/03/using-fill-handle-for-the-alphabet/comment-page-1/#comment-803</link>
		<dc:creator>Ken Wilmloth</dc:creator>
		<pubDate>Sat, 28 Jan 2012 18:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=95#comment-803</guid>
		<description>&lt;a href=&quot;#comment-800&quot; rel=&quot;nofollow&quot;&gt;@Beverly Reed &lt;/a&gt; 
When you get to the point of having the alphabetic characters in column B, select the cells containing the alphabetic characters and then copy the cells;  then move to column C and use &quot;Paste Special&quot; selecting to copy only &quot;values&quot;. Then then finish the &quot;Copy Special&quot; process.  This will result in the cells of column C containing the desired alphabetic characters.

The &quot;Copy Special&quot; process is useful when copying the results of a calculations into situations when you want a &quot;clean&quot; result.</description>
		<content:encoded><![CDATA[<p><a href="#comment-800" rel="nofollow">@Beverly Reed </a><br />
When you get to the point of having the alphabetic characters in column B, select the cells containing the alphabetic characters and then copy the cells;  then move to column C and use &#8220;Paste Special&#8221; selecting to copy only &#8220;values&#8221;. Then then finish the &#8220;Copy Special&#8221; process.  This will result in the cells of column C containing the desired alphabetic characters.</p>
<p>The &#8220;Copy Special&#8221; process is useful when copying the results of a calculations into situations when you want a &#8220;clean&#8221; result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Spaces to Empty Cells by Rory Archibald</title>
		<link>http://excelzoom.com/2009/02/add-spaces-to-empty-cells/comment-page-1/#comment-802</link>
		<dc:creator>Rory Archibald</dc:creator>
		<pubDate>Mon, 23 Jan 2012 22:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=43#comment-802</guid>
		<description>I can&#039;t really imagine why you would want to do this (it&#039;s bad practice IMO) but the loop serves no purpose when you use Selection.Replace rather than selectedCell.Replace anyway...</description>
		<content:encoded><![CDATA[<p>I can&#8217;t really imagine why you would want to do this (it&#8217;s bad practice IMO) but the loop serves no purpose when you use Selection.Replace rather than selectedCell.Replace anyway&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mystery of Excel&#8217;s Too Many Different Cell Formats by Chuck</title>
		<link>http://excelzoom.com/2009/09/the-mystery-of-excels-too-many-different-cell-formats/comment-page-1/#comment-801</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=289#comment-801</guid>
		<description>I saw this issue in Excel 2010.  It caused me to lose formatting on cells when I downlevel saved my .xlsm file to .xls.  The issue I ran into was due to a large number of styles associated with the workbook.  I&#039;ve written up a VBA macro that fixed it for me.

See http://stackoverflow.com/questions/2449755/too-many-different-cell-formats/8933399#8933399</description>
		<content:encoded><![CDATA[<p>I saw this issue in Excel 2010.  It caused me to lose formatting on cells when I downlevel saved my .xlsm file to .xls.  The issue I ran into was due to a large number of styles associated with the workbook.  I&#8217;ve written up a VBA macro that fixed it for me.</p>
<p>See <a href="http://stackoverflow.com/questions/2449755/too-many-different-cell-formats/8933399#8933399" rel="nofollow">http://stackoverflow.com/questions/2449755/too-many-different-cell-formats/8933399#8933399</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Fill Handle for the Alphabet by Beverly Reed</title>
		<link>http://excelzoom.com/2009/03/using-fill-handle-for-the-alphabet/comment-page-1/#comment-800</link>
		<dc:creator>Beverly Reed</dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=95#comment-800</guid>
		<description>Well, that’s great… and thank you. I now have A thru Z in Column B. However, when I delete column A (since I really have no need of the numbers “65 thru 90″ showing up in my document, my column B then shows up with “#VALUE!” in each and every cell??????

Looks like it will be MUCH, MUCH, MUCH faster to just type in the alphabet in column A and then be done with it!  But thanks, anyway.</description>
		<content:encoded><![CDATA[<p>Well, that’s great… and thank you. I now have A thru Z in Column B. However, when I delete column A (since I really have no need of the numbers “65 thru 90″ showing up in my document, my column B then shows up with “#VALUE!” in each and every cell??????</p>
<p>Looks like it will be MUCH, MUCH, MUCH faster to just type in the alphabet in column A and then be done with it!  But thanks, anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Fill Handle for the Alphabet by Beverly Reed</title>
		<link>http://excelzoom.com/2009/03/using-fill-handle-for-the-alphabet/comment-page-1/#comment-799</link>
		<dc:creator>Beverly Reed</dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=95#comment-799</guid>
		<description>Well, that&#039;s great... and thank you.  I now have A thru Z in Column B.  However, when I delete column A (since I really have no need of the numbers &quot;65 thru 90&quot; showing up in my document, my column B then shows up with &quot;#VALUE!&quot; in each and every cell??????</description>
		<content:encoded><![CDATA[<p>Well, that&#8217;s great&#8230; and thank you.  I now have A thru Z in Column B.  However, when I delete column A (since I really have no need of the numbers &#8220;65 thru 90&#8243; showing up in my document, my column B then shows up with &#8220;#VALUE!&#8221; in each and every cell??????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mystery of Excel&#8217;s Too Many Different Cell Formats by Lroi</title>
		<link>http://excelzoom.com/2009/09/the-mystery-of-excels-too-many-different-cell-formats/comment-page-1/#comment-798</link>
		<dc:creator>Lroi</dc:creator>
		<pubDate>Wed, 28 Dec 2011 21:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=289#comment-798</guid>
		<description>The suggestion to find the &#039;blank&#039; cells and clear the formats worked like a charm.  Thank you so much.</description>
		<content:encoded><![CDATA[<p>The suggestion to find the &#8216;blank&#8217; cells and clear the formats worked like a charm.  Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Split a Worksheet Into Multiple Panes by Waldo Marquez</title>
		<link>http://excelzoom.com/2009/02/split-a-worksheet-into-multiple-panes/comment-page-1/#comment-795</link>
		<dc:creator>Waldo Marquez</dc:creator>
		<pubDate>Fri, 02 Dec 2011 03:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=81#comment-795</guid>
		<description>quiero dividir la pantalla del monitor  con dos hojas de excel diferentes.   para pasar datos de una a la otra y tenerlos siempre a la vista.</description>
		<content:encoded><![CDATA[<p>quiero dividir la pantalla del monitor  con dos hojas de excel diferentes.   para pasar datos de una a la otra y tenerlos siempre a la vista.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatically Create an Index for Your Excel File by Glenn</title>
		<link>http://excelzoom.com/2009/03/automatically-create-an-index-for-your-excel-file/comment-page-1/#comment-794</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Tue, 29 Nov 2011 20:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=5#comment-794</guid>
		<description>I was hoping to store this in my personal macro workbook but it wont run as a macro. Can you explain why? It would be very helpful across a number of workbooks but if I have to install on each one then it isnt as useful for me.</description>
		<content:encoded><![CDATA[<p>I was hoping to store this in my personal macro workbook but it wont run as a macro. Can you explain why? It would be very helpful across a number of workbooks but if I have to install on each one then it isnt as useful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mystery of Excel&#8217;s Too Many Different Cell Formats by XLGeek</title>
		<link>http://excelzoom.com/2009/09/the-mystery-of-excels-too-many-different-cell-formats/comment-page-1/#comment-793</link>
		<dc:creator>XLGeek</dc:creator>
		<pubDate>Tue, 29 Nov 2011 04:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=289#comment-793</guid>
		<description>The bugs that lead to &quot;Too many cell formats&quot; error message in Excel 2007+ have been addressed: http://sergeig888.wordpress.com/2011/05/06/msft-released-hot-fix-for-excel-2007-custom-styles-duplication/

Note that the bug fixes will not remove pre-existing styles related file corruption. Open XML based tools (available for free) are the only option that can remove elements inaccessible to the Excel object model based tools: e.g., bad styles that disguised themselves as built-in, hidden styles, etc... Open XML based cleanup means 100% styles corruption free files.</description>
		<content:encoded><![CDATA[<p>The bugs that lead to &#8220;Too many cell formats&#8221; error message in Excel 2007+ have been addressed: <a href="http://sergeig888.wordpress.com/2011/05/06/msft-released-hot-fix-for-excel-2007-custom-styles-duplication/" rel="nofollow">http://sergeig888.wordpress.com/2011/05/06/msft-released-hot-fix-for-excel-2007-custom-styles-duplication/</a></p>
<p>Note that the bug fixes will not remove pre-existing styles related file corruption. Open XML based tools (available for free) are the only option that can remove elements inaccessible to the Excel object model based tools: e.g., bad styles that disguised themselves as built-in, hidden styles, etc&#8230; Open XML based cleanup means 100% styles corruption free files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

