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

<channel>
	<title>Selva's Site</title>
	<atom:link href="http://socko.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://socko.wordpress.com</link>
	<description>Programming Resources &#38; More</description>
	<lastBuildDate>Tue, 24 Feb 2009 15:03:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='socko.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8aa57006633cf22c1354043f87137772?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Selva's Site</title>
		<link>http://socko.wordpress.com</link>
	</image>
			<item>
		<title>TED: Ideas worth spreading</title>
		<link>http://socko.wordpress.com/2009/02/24/ted-ideas-worth-spreading/</link>
		<comments>http://socko.wordpress.com/2009/02/24/ted-ideas-worth-spreading/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:03:25 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=577</guid>
		<description><![CDATA[by Selva V Pasupathy, HSBC Technology &#38; Services, Hyderabad.
I incidentally happened to visit a www.ted.com and I found that it was wonderful. TED (Technology, Entertainment, Design) is an invitation-only event where the world&#8217;s leading thinkers and doers gather to find inspiration. I viewed some of the video&#8217;s by Tony Robbins, which were really good. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=577&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2009/02/24/ted-ideas-worth-spreading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
		<item>
		<title>Add Control to CommandBars in WorksheetMenuBar</title>
		<link>http://socko.wordpress.com/2008/12/21/add-control-to-commandbars-in-worksheetmenubar/</link>
		<comments>http://socko.wordpress.com/2008/12/21/add-control-to-commandbars-in-worksheetmenubar/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 18:11:57 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[CommandBarControl]]></category>
		<category><![CDATA[ado Code Vba ComboBox createtable Create Table MDB vba]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=532</guid>
		<description><![CDATA[Sub AddControlToWorksheetMenuBar(ByRef NewCmdControl As String, _&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ByRef cmdBar As String, ByRef Face_ID As Long, _&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ByRef On_Action_Proc As String, _&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Optional ByRef Begin_Group As Boolean = False)&#160;&#160;&#8216;&#160;&#160; Created by Selva V Pasupathy, Hyderabad&#160;&#160;&#8216; This custom procedure adds a button control to commandbar&#160;&#160;&#8216; Can be used to add a control to one of the worksheet menu bar&#160;&#160;&#8216; where NewCmdControl [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=532&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2008/12/21/add-control-to-commandbars-in-worksheetmenubar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
		<item>
		<title>Use BuiltIn Dialogs in Excel</title>
		<link>http://socko.wordpress.com/2008/12/20/use-builtin-dialogs-in-excel/</link>
		<comments>http://socko.wordpress.com/2008/12/20/use-builtin-dialogs-in-excel/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 15:25:48 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[VBA Examples]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=523</guid>
		<description><![CDATA[Selva V Pasupathy, HSBC Global Resourcing, Hyderabad
Rather than designing  a userform for a routine tasks to be performed by a user on excel, we can use 200+ builtin dialogs provided by excel. The code would be as follows
  Application.Dialogs(xlDialogSaveAs).Show
A tabel with various xlbuiltindialogs, constant and description is given below: 


Name
Constant Value
Description


xlDialogActivate
103
Activate dialog box [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=523&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2008/12/20/use-builtin-dialogs-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
		<item>
		<title>Set Excel Document Properties</title>
		<link>http://socko.wordpress.com/2008/12/20/set-excel-document-properties/</link>
		<comments>http://socko.wordpress.com/2008/12/20/set-excel-document-properties/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 14:10:09 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[VBA Examples]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=520</guid>
		<description><![CDATA[Somebody asked me whether it is possible to change the built document properties programmatically, that we can access for excel by going to worksheet menu bar&#8230; file &#62;&#62; properties&#8230; The Document Property window pops up and you can set the built in document properties by typing out on controls in summary tab. I thought it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=520&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2008/12/20/set-excel-document-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
		<item>
		<title>Check if a File name is more than 90 days old, &amp; Delete</title>
		<link>http://socko.wordpress.com/2008/12/10/check-if-a-file-name-is-more-than-90-days-old-delete/</link>
		<comments>http://socko.wordpress.com/2008/12/10/check-if-a-file-name-is-more-than-90-days-old-delete/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 18:34:23 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[VBA Examples]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=514</guid>
		<description><![CDATA[Selva V Pasupathy, HSBC Global Resourcing, Hyderabad




Option Explicit&#8216;___________________________________________________________________________&#8216;***************************************************************************&#8216;* MODULE NAME:&#160;&#160;&#160;&#160; CODE TO COMPARE IF ANY FILENAME IS &#62; 90 DAYS OLD&#8216;* AUTHOR:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Selva V Pasupathy, HSBC Global Resourcing, Hyderabad&#8216;*&#8216;*&#8216;* CONTACT:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; socko@rediffmail.com&#8216;* WEB SITE:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;http://socko.wordpress.com&#8216;* NOTES:&#8216;*&#160;&#160;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8216;*&#160;&#160;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8216;*&#8216;*___________________________________________________________________________&#8216;***************************************************************************
&#8216; CODE TO COMPARE IF ANY FILENAME IS &#62; 90 DAYS OLD
Const Files_Location = &#8220;J:\Falcon\Management\INFILL REPORTS\FCD\&#8221;
Sub Delete_Files(ByRef sDir As String)&#160;&#160;Dim i As Integer&#160;&#160;Dim [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=514&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2008/12/10/check-if-a-file-name-is-more-than-90-days-old-delete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
		<item>
		<title>Access Resources</title>
		<link>http://socko.wordpress.com/2008/12/05/access-resources/</link>
		<comments>http://socko.wordpress.com/2008/12/05/access-resources/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:17:03 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=496</guid>
		<description><![CDATA[Selva V Pasupathy, HSBC Global Resourcing, Hyderabad


Access Junkie (Jeff Conrad)
Access Junkie (Jeff Conrad, Microsoft)
Access Links, by Tom Wickerath
Access MVP
Access RunCommand Constants
Access Team Blog
Access-Freak (Oliver Stohr, freakazeud)
Alex Dybenko
Allen Browne&#8217;s tips for Microsoft Access
Arvin Meyer
Bob Larson&#8217;s Quick Tutorials
Clint Covington: Software design, Microsoft Office Access
Converting to Access 2007
Database Solutions for Microsoft Access
Dealing With The Trust Center (Access 2007)
Jeff [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=496&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2008/12/05/access-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
		<item>
		<title>Add Label to Userform Programmatically</title>
		<link>http://socko.wordpress.com/2008/11/29/add-label-to-userform-programmatically/</link>
		<comments>http://socko.wordpress.com/2008/11/29/add-label-to-userform-programmatically/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 17:25:37 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Userforms]]></category>
		<category><![CDATA[VBA Advanced]]></category>
		<category><![CDATA[VBA Examples]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=479</guid>
		<description><![CDATA[
Selva V Pasupathy HSBC Global Resourcing, Hyderabad
When you want to add a label or any other control programmatically, you use objects from microsoft visual basic for application extensibility. However, if you are going to automate the use of this library, it will be good if you have customized function to create userform and userform controls [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=479&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2008/11/29/add-label-to-userform-programmatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
		<item>
		<title>Restrict entry into Textbox Control</title>
		<link>http://socko.wordpress.com/2008/11/26/restrict-entry-to-textbox/</link>
		<comments>http://socko.wordpress.com/2008/11/26/restrict-entry-to-textbox/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 09:10:44 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[VBA Examples]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=455</guid>
		<description><![CDATA[- Selva V Pasupathy




When you are working with a userform to create a userinterface for data input, sometimes you would like to restrict the users to input numbers only in some of the textbox controls. However, many a times you would find accidently or otherwise, you find text entered into the database. You can use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=455&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2008/11/26/restrict-entry-to-textbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
		<item>
		<title>Consolidating Data from &gt;20 workbooks, each workbook Containing &gt;70 worksheets</title>
		<link>http://socko.wordpress.com/2008/11/17/consolidating-data-from-20-workbooks-each-workbook-containing-70-worksheets/</link>
		<comments>http://socko.wordpress.com/2008/11/17/consolidating-data-from-20-workbooks-each-workbook-containing-70-worksheets/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 19:45:58 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[VBA Code Library]]></category>
		<category><![CDATA[VBA Examples]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=452</guid>
		<description><![CDATA[- Selva V Pasupathy, HSBC Global Resourcing, Hyderabad



Option Explicit&#8216;___________________________________________________________________________&#8216;***************************************************************************&#8216;*&#8216;* MODULE NAME:&#160;&#160;&#160;&#160; Copy Data from all Excel Files in a Folder&#8216;* AUTHOR:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Selva V Pasupathy, HSBC Global Resourcing, Hyderabad&#8216;*&#8216;* CONTACT:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; socko@rediffmail.com&#8216;* WEB SITE:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;http://socko.wordpress.com&#8216;*&#8216;* DESCRIPTION:&#160;&#160;&#160;&#160; The following visual basic code was written when&#8216;*&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;I wanted to consolidate the data from 26 workbooks&#8216;*&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;and in each workbook, there were are 77 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=452&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2008/11/17/consolidating-data-from-20-workbooks-each-workbook-containing-70-worksheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
		<item>
		<title>Archives</title>
		<link>http://socko.wordpress.com/2008/11/16/archives/</link>
		<comments>http://socko.wordpress.com/2008/11/16/archives/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 14:52:53 +0000</pubDate>
		<dc:creator>selvavpasupathy</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Charting]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Userforms]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[VBA Advanced]]></category>
		<category><![CDATA[VBA Code Library]]></category>
		<category><![CDATA[VBA Examples]]></category>

		<guid isPermaLink="false">http://socko.wordpress.com/?p=448</guid>
		<description><![CDATA[
ActiveX Programming
Add an Image to Cell Comments
Add Sheet Navigation CommandBar to an Excel file or Application
Auto-Generate a File Name
Automate File Download from Internet
Automate WebLogin…
Convert Decimal to RGB Color Value
Copy Ranges from Different Sheets into one Sheet
Create HyperlinkObject on Sheet
Create LogFile for Workbook Open
Create Sheet “Table of Contents”
Create ShortCut Link at the desired location
Create UserForm at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socko.wordpress.com&blog=3865511&post=448&subd=socko&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://socko.wordpress.com/2008/11/16/archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/630a208ac872787ff9a5d5ece2d5ae12?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selva</media:title>
		</media:content>
	</item>
	</channel>
</rss>