<?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#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nilesh's Weblog &#187; VBA</title>
	<atom:link href="http://deshnilesh.wordpress.com/tag/vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://deshnilesh.wordpress.com</link>
	<description>jot down what you want</description>
	<lastBuildDate>Tue, 22 Sep 2009 06:14:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='deshnilesh.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/bdc4e134109834f018a1f4cf21599b74?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Nilesh's Weblog &#187; VBA</title>
		<link>http://deshnilesh.wordpress.com</link>
	</image>
			<item>
		<title>Excel WorkSheet Password</title>
		<link>http://deshnilesh.wordpress.com/2008/08/29/excel-worksheet-password/</link>
		<comments>http://deshnilesh.wordpress.com/2008/08/29/excel-worksheet-password/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 09:12:05 +0000</pubDate>
		<dc:creator>deshnilesh</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Remove]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[Worksheet Passwiord]]></category>

		<guid isPermaLink="false">http://deshnilesh.wordpress.com/?p=164</guid>
		<description><![CDATA[I again forgot my password for a excel worksheet and then begin mission to crack it  . Fortunately I cam across this code which will give you a alternate password. There is more detail discussion about how it works on the site, I am copying the code here for my reference so in future [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deshnilesh.wordpress.com&blog=2380497&post=164&subd=deshnilesh&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://deshnilesh.wordpress.com/2008/08/29/excel-worksheet-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a76c54810790417160407559d5c4e450?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NVD</media:title>
		</media:content>
	</item>
		<item>
		<title>Hyperlinks in Excel</title>
		<link>http://deshnilesh.wordpress.com/2008/08/18/hyperlinks-in-excel/</link>
		<comments>http://deshnilesh.wordpress.com/2008/08/18/hyperlinks-in-excel/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 09:12:44 +0000</pubDate>
		<dc:creator>deshnilesh</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://deshnilesh.wordpress.com/?p=150</guid>
		<description><![CDATA[Well here&#8217;s one more excel trick which I learned today. I had a file which was having hyperlinks to all of its cells and I wanted to get rid of it. Here&#8217;s the code which will do it for you in seconds!! -



Sub RemoveAllHyperlinks()
&#8216;Remove all hyperlinks from the active sheet
ActiveSheet.Hyperlinks.Delete
End Sub



If you want to remove [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deshnilesh.wordpress.com&blog=2380497&post=150&subd=deshnilesh&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://deshnilesh.wordpress.com/2008/08/18/hyperlinks-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a76c54810790417160407559d5c4e450?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NVD</media:title>
		</media:content>
	</item>
		<item>
		<title>Sleep in VBA</title>
		<link>http://deshnilesh.wordpress.com/2008/08/12/sleep-in-vba/</link>
		<comments>http://deshnilesh.wordpress.com/2008/08/12/sleep-in-vba/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 03:08:07 +0000</pubDate>
		<dc:creator>deshnilesh</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Sleep]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://deshnilesh.wordpress.com/?p=106</guid>
		<description><![CDATA[Here&#8217;s another known trick for VB/VBA, if you code a lot in C/Java and then switch to VB/VBA you might be surprized to know that there is no sleep function in VB. However there is a hack to implement it.
Just refer the library kernal32 for Sleep function and then use it!! Simple isn&#8217;t it?
This is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deshnilesh.wordpress.com&blog=2380497&post=106&subd=deshnilesh&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://deshnilesh.wordpress.com/2008/08/12/sleep-in-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a76c54810790417160407559d5c4e450?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NVD</media:title>
		</media:content>
	</item>
		<item>
		<title>VBA File Exists</title>
		<link>http://deshnilesh.wordpress.com/2008/08/04/vba-file-exists/</link>
		<comments>http://deshnilesh.wordpress.com/2008/08/04/vba-file-exists/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 06:36:37 +0000</pubDate>
		<dc:creator>deshnilesh</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[File Exists]]></category>
		<category><![CDATA[FileExists]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://deshnilesh.wordpress.com/?p=75</guid>
		<description><![CDATA[Couple of times I was expected to execute a code only if a particular file exists. I use to create a object of FSO and check it. However recently(was late for me though) I discovered and simple way of doing it -
If Dir("C:Testfile.xls") &#60;&#62; "" then
'file exists
else
'file does not exist
End if


Hope this is useful for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deshnilesh.wordpress.com&blog=2380497&post=75&subd=deshnilesh&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://deshnilesh.wordpress.com/2008/08/04/vba-file-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a76c54810790417160407559d5c4e450?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NVD</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove Add-in Password</title>
		<link>http://deshnilesh.wordpress.com/2008/03/30/break-and-add-in-password/</link>
		<comments>http://deshnilesh.wordpress.com/2008/03/30/break-and-add-in-password/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 12:01:32 +0000</pubDate>
		<dc:creator>deshnilesh</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Add-in Password]]></category>
		<category><![CDATA[addin password]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://deshnilesh.wordpress.com/?p=57</guid>
		<description><![CDATA[I found these steps in one of my mails. I was trying hard to remove the password for TD upload add-in when I encountered this and I kept a copy on mail (I was not blogging at that time  ) I was not aware of the OTA at that time so was very curious [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deshnilesh.wordpress.com&blog=2380497&post=57&subd=deshnilesh&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://deshnilesh.wordpress.com/2008/03/30/break-and-add-in-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a76c54810790417160407559d5c4e450?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NVD</media:title>
		</media:content>
	</item>
		<item>
		<title>Regular Expressions in VB / VBA</title>
		<link>http://deshnilesh.wordpress.com/2008/02/04/regular-expressions-in-vb-vba/</link>
		<comments>http://deshnilesh.wordpress.com/2008/02/04/regular-expressions-in-vb-vba/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 19:41:09 +0000</pubDate>
		<dc:creator>deshnilesh</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://deshnilesh.wordpress.com/2008/02/06/regular-expressions-in-vb-vba/</guid>
		<description><![CDATA[I was planning to try my hands on regex in VB, I have used that long time ago but then forgot about it.. here I found something to start with.. will update this post again with any other relevant details.
http://www.aivosto.com/regexpr.html
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deshnilesh.wordpress.com&blog=2380497&post=42&subd=deshnilesh&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://deshnilesh.wordpress.com/2008/02/04/regular-expressions-in-vb-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a76c54810790417160407559d5c4e450?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">NVD</media:title>
		</media:content>
	</item>
	</channel>
</rss>