<?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: Remove Spaces From Empty Cells	</title>
	<atom:link href="https://excelzoom.com/remove-spaces-from-empty-cells/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelzoom.com/remove-spaces-from-empty-cells/</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Fri, 12 Sep 2014 20:34:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Bob Umlas		</title>
		<link>https://excelzoom.com/remove-spaces-from-empty-cells/#comment-1196</link>

		<dc:creator><![CDATA[Bob Umlas]]></dc:creator>
		<pubDate>Fri, 12 Sep 2014 20:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=41#comment-1196</guid>

					<description><![CDATA[Shorter:
Sub Remove_Spaces()
   For Each rg In cells.specialcells(xlCellTypeConstants, xlTextValues)
        If Trim(rg.Value) = &quot;&quot; Then rg.ClearContents
  Next
End Sub]]></description>
			<content:encoded><![CDATA[<p>Shorter:<br />
Sub Remove_Spaces()<br />
   For Each rg In cells.specialcells(xlCellTypeConstants, xlTextValues)<br />
        If Trim(rg.Value) = &#8220;&#8221; Then rg.ClearContents<br />
  Next<br />
End Sub</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: GW		</title>
		<link>https://excelzoom.com/remove-spaces-from-empty-cells/#comment-1194</link>

		<dc:creator><![CDATA[GW]]></dc:creator>
		<pubDate>Mon, 08 Sep 2014 13:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=41#comment-1194</guid>

					<description><![CDATA[Fails if there are merged cells.]]></description>
			<content:encoded><![CDATA[<p>Fails if there are merged cells.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brandi Leath		</title>
		<link>https://excelzoom.com/remove-spaces-from-empty-cells/#comment-806</link>

		<dc:creator><![CDATA[Brandi Leath]]></dc:creator>
		<pubDate>Tue, 13 Mar 2012 13:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=41#comment-806</guid>

					<description><![CDATA[Thanks!! Very nice.]]></description>
			<content:encoded><![CDATA[<p>Thanks!! Very nice.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
