<?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/"
	>

<channel>
	<title>Siddharth Rout</title>
	<atom:link href="http://www.siddharthrout.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siddharthrout.com</link>
	<description>Microsoft MVP</description>
	<lastBuildDate>Mon, 13 May 2013 18:38:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Find Excel&#8217;s VBE Command Bar names and built-in controls IDs. &#8211; VBA and VB.Net</title>
		<link>http://www.siddharthrout.com/2013/05/02/find-excels-command-bar-names-and-built-in-controls-ids-vba-and-vb-net/</link>
		<comments>http://www.siddharthrout.com/2013/05/02/find-excels-command-bar-names-and-built-in-controls-ids-vba-and-vb-net/#comments</comments>
		<pubDate>Wed, 01 May 2013 20:22:49 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[General VBA]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Control Id's]]></category>
		<category><![CDATA[FindControl]]></category>
		<category><![CDATA[VBE Control Ids]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=1770</guid>
		<description><![CDATA[As requested by Eric in the comments of this post, here is a code that I wrote couple of years ago which can help you in finding the Control Ids of VBE Menu. VBA Open the VBE and insert a Module as shown below. Once the module is inserted, it will look like this. Copy the below code and paste ...]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2013/05/02/find-excels-command-bar-names-and-built-in-controls-ids-vba-and-vb-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unprotecting VBA Project Password (Using a password that you know)</title>
		<link>http://www.siddharthrout.com/2013/04/24/unprotecting-vba-project-password-using-a-password-that-you-know/</link>
		<comments>http://www.siddharthrout.com/2013/04/24/unprotecting-vba-project-password-using-a-password-that-you-know/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 11:46:50 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Unprotecting VBA Project Password]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=1730</guid>
		<description><![CDATA[First things first. This is NOT about hacking the VBA Project Password. If you have landed on this page to expect to see how it is hacked then I would recommend you to search somewhere else. This article is about unlocking the VBA Project password if you KNOW the password. Recently while answering a question in stackoverflow, I came across ...]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2013/04/24/unprotecting-vba-project-password-using-a-password-that-you-know/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Excel Inputbox Automation from VB.NET</title>
		<link>http://www.siddharthrout.com/2013/04/20/excel-inputbox-automation-from-vb-net/</link>
		<comments>http://www.siddharthrout.com/2013/04/20/excel-inputbox-automation-from-vb-net/#comments</comments>
		<pubDate>Sat, 20 Apr 2013 11:54:03 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Clicking InputBox Button]]></category>
		<category><![CDATA[Input Box Automation]]></category>
		<category><![CDATA[VB.Net Excel Input Box]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=1707</guid>
		<description><![CDATA[While answering a recent question in stackoverflow, I came across this question. These are the conditions that I used during testing VB.Net 2010 Ultimate 64 bit / Win 7 64 Bit / Excel 2010 32 Bit Inputbox was launched in Excel using InputBox (and not Application.InputBox) Sample Code to Launch the Excel InputBox Logic that I followed for both tests ...]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2013/04/20/excel-inputbox-automation-from-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling Excel Worksheet Formulas from VB.Net</title>
		<link>http://www.siddharthrout.com/2012/12/02/calling-excel-worksheet-formulas-from-vb-net/</link>
		<comments>http://www.siddharthrout.com/2012/12/02/calling-excel-worksheet-formulas-from-vb-net/#comments</comments>
		<pubDate>Sun, 02 Dec 2012 17:59:42 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Excel Worksheet Formulas from VB.Net]]></category>
		<category><![CDATA[VB.Net and Excel Formulas]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=1690</guid>
		<description><![CDATA[In continuation from here… What are Worksheet Formulas? A formula is an equation that analyzes data on a worksheet. They perform operations such as addition, multiplication, division, concatenating values etc. The formulas can refer to other cells on the same worksheet, cells on other sheets in the same workbook, or cells on sheets in other workbooks. Why do we need ...]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2012/12/02/calling-excel-worksheet-formulas-from-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Last Column in an Excel Sheet–VBA/VB.Net</title>
		<link>http://www.siddharthrout.com/2012/11/09/find-last-column-in-an-excel-sheet-vbavb-net/</link>
		<comments>http://www.siddharthrout.com/2012/11/09/find-last-column-in-an-excel-sheet-vbavb-net/#comments</comments>
		<pubDate>Fri, 09 Nov 2012 16:09:45 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[General VBA]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Finding Last Column in Excel Sheet]]></category>
		<category><![CDATA[Last Column]]></category>
		<category><![CDATA[VB.Net Finding Last Column]]></category>
		<category><![CDATA[VB.Net Finding Last Column in Excel]]></category>
		<category><![CDATA[VBA Finding Last Column]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=1675</guid>
		<description><![CDATA[In continuation from here… In my last post, I showed you how to find the last row. In this post we will find the last column. Below is an example (VBA and VB.Net) on how to find the last column of a row which has data or the last column in a sheet which has data. For testing purpose, let’s ...]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2012/11/09/find-last-column-in-an-excel-sheet-vbavb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Close Excel and Clean Up</title>
		<link>http://www.siddharthrout.com/2012/10/12/close-excel-and-clean-up/</link>
		<comments>http://www.siddharthrout.com/2012/10/12/close-excel-and-clean-up/#comments</comments>
		<pubDate>Fri, 12 Oct 2012 07:30:55 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[VB.Net And Excel]]></category>
		<category><![CDATA[VB.Net Close Excel amd Clean up]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=1000</guid>
		<description><![CDATA[In continuation from here&#8230; It is very important to close the objects after you are done with your coding. This ensures that all objects are released properly and nothing remains in the memory. See this code.]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2012/10/12/close-excel-and-clean-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Last Row in an Excel Sheet&#8211;VBA/VB.Net</title>
		<link>http://www.siddharthrout.com/2012/10/02/find-last-row-in-an-excel-sheetvbavb-net/</link>
		<comments>http://www.siddharthrout.com/2012/10/02/find-last-row-in-an-excel-sheetvbavb-net/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 17:47:24 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[General VBA]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Finding Last Row in Excel Sheet]]></category>
		<category><![CDATA[Last Row]]></category>
		<category><![CDATA[VB.Net Finding Last Row]]></category>
		<category><![CDATA[VB.Net Finding Last Row in Excel]]></category>
		<category><![CDATA[VBA Finding Last Row]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=1602</guid>
		<description><![CDATA[In continuation from here… If you are a frequent user of Excel and do a lot of programming (via VBA or automating Excel from VB.Net) then you know how important finding the last row is. This bit of information is very useful. Be it 1. You are trying to write to the next available row. 2. You are trying to ...]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2012/10/02/find-last-row-in-an-excel-sheetvbavb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Goes Live!</title>
		<link>http://www.siddharthrout.com/2012/09/19/website-goes-live/</link>
		<comments>http://www.siddharthrout.com/2012/09/19/website-goes-live/#comments</comments>
		<pubDate>Wed, 19 Sep 2012 05:50:58 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=1561</guid>
		<description><![CDATA[After blogging for almost one and half years in wordpress, my website finally goes live. It was a tough task importing my existing articles from the wordpress site and resetting the formatting but fortunately everything is completed as of today.]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2012/09/19/website-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailing the Excel file using Outlook</title>
		<link>http://www.siddharthrout.com/2012/09/12/mailing-the-excel-file-using-outlook/</link>
		<comments>http://www.siddharthrout.com/2012/09/12/mailing-the-excel-file-using-outlook/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 12:59:35 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[VB.Net And Excel]]></category>
		<category><![CDATA[VB.Net email Excel file from outlook]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=998</guid>
		<description><![CDATA[In continuation from here&#8230; Before you mail a file from Outlook, click on the menu Project~~&#62;Add Reference. You will be presented with a “Add Reference” dialog box. Navigate to the “COM” Tab and select the Microsoft Outlook Object Library. Once done simply use this code. Amend as applicable. This is how you email will look like if you ran the ...]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2012/09/12/mailing-the-excel-file-using-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving and Closing the Excel File (Save/Save As Method)</title>
		<link>http://www.siddharthrout.com/2012/09/12/saving-and-closing-the-excel-file-savesave-as-method/</link>
		<comments>http://www.siddharthrout.com/2012/09/12/saving-and-closing-the-excel-file-savesave-as-method/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 12:57:03 +0000</pubDate>
		<dc:creator>Siddharth Rout</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[VB.Net And Excel]]></category>
		<category><![CDATA[VB.Net Saving and Closing the Excel File]]></category>

		<guid isPermaLink="false">http://www.siddharthrout.com/?p=994</guid>
		<description><![CDATA[In continuation from here&#8230; There are two way to save the file: Save Save As When you do a simple “Save” then the original file is saved with the changes that you made. Whereas in the “Save As” a copy of the original file is saved. See the code snippets below. Save Save As When you do a Save As, ...]]></description>
		<wfw:commentRss>http://www.siddharthrout.com/2012/09/12/saving-and-closing-the-excel-file-savesave-as-method/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
