<?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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Add Spaces to Empty Cells	</title>
	<atom:link href="https://excelzoom.com/add-spaces-to-empty-cells/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelzoom.com/add-spaces-to-empty-cells/</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Tue, 29 Aug 2017 18:12:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Ron Whitelaw		</title>
		<link>https://excelzoom.com/add-spaces-to-empty-cells/#comment-2182</link>

		<dc:creator><![CDATA[Ron Whitelaw]]></dc:creator>
		<pubDate>Tue, 29 Aug 2017 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=43#comment-2182</guid>

					<description><![CDATA[it will stop a cells long text entry from bleeding into the next cell  :)  - assuming you don&#039;t want it bleed - will work for my calendar nicely]]></description>
			<content:encoded><![CDATA[<p>it will stop a cells long text entry from bleeding into the next cell  :)  &#8211; assuming you don&#8217;t want it bleed &#8211; will work for my calendar nicely</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott DeLuzio		</title>
		<link>https://excelzoom.com/add-spaces-to-empty-cells/#comment-1076</link>

		<dc:creator><![CDATA[Scott DeLuzio]]></dc:creator>
		<pubDate>Tue, 08 Jul 2014 15:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=43#comment-1076</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://excelzoom.com/add-spaces-to-empty-cells/#comment-1075&quot;&gt;Col Delane&lt;/a&gt;.

Thanks for your input. The example in the article was just that - an example. But there are plenty of reasons why someone might want to add a space to a cell, or otherwise replace a portion of a cell&#039;s contents with something else. The example replaced &lt;code&gt;What:=&quot;&quot;&lt;/code&gt; with &lt;code&gt;Replacement:=&quot; &quot;&lt;/code&gt;, but easily could be used to replace employee names when a new employee takes on another employee&#039;s role, or any number of other examples. Sort of like using the (CTRL+H) Find and Replace, but without having to either Replace All, or click Find Next until you get to the next value you want to change. This macro will only find and replace in the selected cells.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://excelzoom.com/add-spaces-to-empty-cells/#comment-1075">Col Delane</a>.</p>
<p>Thanks for your input. The example in the article was just that &#8211; an example. But there are plenty of reasons why someone might want to add a space to a cell, or otherwise replace a portion of a cell&#8217;s contents with something else. The example replaced <code>What:=""</code> with <code>Replacement:=" "</code>, but easily could be used to replace employee names when a new employee takes on another employee&#8217;s role, or any number of other examples. Sort of like using the (CTRL+H) Find and Replace, but without having to either Replace All, or click Find Next until you get to the next value you want to change. This macro will only find and replace in the selected cells.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Col Delane		</title>
		<link>https://excelzoom.com/add-spaces-to-empty-cells/#comment-1075</link>

		<dc:creator><![CDATA[Col Delane]]></dc:creator>
		<pubDate>Tue, 08 Jul 2014 00:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=43#comment-1075</guid>

					<description><![CDATA[This is a very bad idea! There is no justification for putting a space (or any non-visible character) into a cell merely to stop the cell being treated as a blank - especially when Excel offers specific functionality within Pivot Tables to handle such situations!]]></description>
			<content:encoded><![CDATA[<p>This is a very bad idea! There is no justification for putting a space (or any non-visible character) into a cell merely to stop the cell being treated as a blank &#8211; especially when Excel offers specific functionality within Pivot Tables to handle such situations!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shamim A.		</title>
		<link>https://excelzoom.com/add-spaces-to-empty-cells/#comment-883</link>

		<dc:creator><![CDATA[Shamim A.]]></dc:creator>
		<pubDate>Tue, 12 Mar 2013 00:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=43#comment-883</guid>

					<description><![CDATA[Thank you for this great code. I was just wondering how I could structure a nested for loop so that it only looks for blank spaces within a range of cells. Thanks!]]></description>
			<content:encoded><![CDATA[<p>Thank you for this great code. I was just wondering how I could structure a nested for loop so that it only looks for blank spaces within a range of cells. Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rory Archibald		</title>
		<link>https://excelzoom.com/add-spaces-to-empty-cells/#comment-802</link>

		<dc:creator><![CDATA[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><![CDATA[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>
	</channel>
</rss>
