<?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"
	>
	<channel>
	<title><![CDATA[Dotxls Excel Help]]></title>
	<description><![CDATA[]]></description>
	<link><![CDATA[http://dotxls.com]]></link>
	<atom:link href="http://dotxls.com/mist_feeds/free-excel-help/feed.xml" rel="self" type="application/rss+xml" />
	<item>
		<title><![CDATA[Excel VBA Forums and Newsgroups]]></title>
		<description><![CDATA[<p>Free Excel help, free answers to your Excel questions....<strong>MicroSoft''s News Server</strong>There are approximately 2,000 different newsgroups on this server, covering all Microsoft products, including 15 Excel help newsgroups</p>
<ul>
<li><a href="http://communities.microsoft.com/newsgroups/default.asp" target="_blank">Access all the Newsgroups via the Microsoft website</a> This comprehensive list shows all newsgroups and may take a while to load.</li>
<li>Access the two major Excel... [more]]]></description>
		<link><![CDATA[http://dotxls.com/free-excel-help/excel-vba-forums-and-newsgroups]]></link>
		<guid isPermaLink="true"><![CDATA[http://dotxls.com/free-excel-help/excel-vba-forums-and-newsgroups]]></guid>
		</item>
		<item>
		<title><![CDATA[Excel VBA Tips and Code Examples]]></title>
		<description><![CDATA[<p>Excel sites with many useful Excel VBA code examples and snippets.</p>
<ul>
<li><a href="http://www.cpearson.com/excel/ExcelPages.htm" target="_blank">Chip Pearson''s Excel Pages</a></li>
<li><a href="http://www.erlandsendata.no/english/" target="_blank">Erlandsen Excel and VBA Tips</a>Advanced VBA programming and workbook functions</li>
<li><a href="http://www.xl-logic.com/menu.html" target="_blank">Aaron Blood''s XL-Logic</a>Exploring advanced concepts in spreadsheet formulas and logic.... [more]]]></description>
		<link><![CDATA[http://dotxls.com/free-excel-help/excel-vba-tips-and-code-examples]]></link>
		<guid isPermaLink="true"><![CDATA[http://dotxls.com/free-excel-help/excel-vba-tips-and-code-examples]]></guid>
		</item>
		<item>
		<title><![CDATA[How to find the last row or column or cell on a worksheet]]></title>
		<description><![CDATA[<p>How to find the last row with data on a worksheet:</p>
<div id="vba">On Error Resume NextMsgBox ActiveSheet.Cells.Find(What:="*", _&nbsp;&nbsp;&nbsp;&nbsp;SearchDirection:=xlPrevious, _&nbsp;&nbsp;&nbsp;&nbsp;SearchOrder:=xlByRows).Row</div>
<p>How to find the last column with data on a worksheet:</p>
<div id="vba">On Error Resume NextMsgBox ActiveSheet.Cells.Find(What:="*", _&nbsp;&nbsp;&nbsp;&nbsp;SearchDirection:=xlPrevious, _&nbsp;&nbsp;&nbsp;&nbsp;SearchOrder:=xlByColumns).Column</div... [more]]]></description>
		<link><![CDATA[http://dotxls.com/free-excel-help/how-to-find-the-last-row-or-column-or-cell-on-a-worksheet]]></link>
		<guid isPermaLink="true"><![CDATA[http://dotxls.com/free-excel-help/how-to-find-the-last-row-or-column-or-cell-on-a-worksheet]]></guid>
		</item>
		</channel>
	</rss>