<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Delete Archives - Excel Zoom</title>
	<atom:link href="https://excelzoom.com/tag/delete/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelzoom.com/tag/delete/</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Fri, 13 Feb 2015 22:03:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://excelzoom.com/wp-content/uploads/2022/04/favicon.ico</url>
	<title>Delete Archives - Excel Zoom</title>
	<link>https://excelzoom.com/tag/delete/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Delete Hidden Rows and Columns</title>
		<link>https://excelzoom.com/delete-hidden-rows-columns/</link>
					<comments>https://excelzoom.com/delete-hidden-rows-columns/#respond</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 10 Feb 2009 15:44:28 +0000</pubDate>
				<category><![CDATA[Macros]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Hidden]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=45</guid>

					<description><![CDATA[<p>Sometimes we hide certain rows or columns because we don&#8217;t want the data to print, or just to get it out of the way. Other times though we simply don&#8217;t want to share the data in a hidden row or column. Assuming that the data in visible cells isn&#8217;t dependent on the data in hidden [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/delete-hidden-rows-columns/">Delete Hidden Rows and Columns</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes we hide certain rows or columns because we don&#8217;t want the data to print, or just to get it out of the way. Other times though we simply don&#8217;t want to share the data in a hidden row or column. Assuming that the data in visible cells isn&#8217;t dependent on the data in hidden cells (i.e. if a formula references a hidden cell), we can use the macro below to automatically delete any hidden rows and columns in the active worksheet.</p>
<p>If you only want the hidden rows to be deleted, remove the three lines starting with For Ip = 256 through Next. To only delete the hidden columns, remove the next three lines starting with For lp = 65536 through Next.<br />
<br />
Copy all of the code below. Paste it into your workbook&#8217;s Visual Basic editor, either under a Microsoft Excel Object or Module.</p>
<p>Need help? Use our <a href="https://excelzoom.com/?p=7">nifty guide</a> to help figure out how to install and use your macros.<br />
</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/delete-hidden-rows-columns/">Delete Hidden Rows and Columns</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/delete-hidden-rows-columns/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
