<?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>VB | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/category/vb/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Fri, 14 Jun 2013 17:11:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://varindersandhu.in/wp-content/uploads/2020/05/varindersandhu_favicon.ico</url>
	<title>VB | Varinder Sandhu</title>
	<link>https://varindersandhu.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">22788835</site>	<item>
		<title>Recursive Directory Info</title>
		<link>https://varindersandhu.in/2010/10/23/recursive-directory-info/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Sat, 23 Oct 2010 05:58:00 +0000</pubDate>
				<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[Recursive Directory Info]]></category>
		<category><![CDATA[VB.Net]]></category>
		<guid isPermaLink="false">http://theitarticles.wordpress.com/2010/10/23/recursive-directory-info</guid>

					<description><![CDATA[<p>Imports System Imports System.IO Public Class MainClass Shared Sub Main() Dim nameOfDirectory As String = &#34;C:&#34; Dim myDirectory As DirectoryInfo myDirectory = New DirectoryInfo(nameOfDirectory) WorkWithDirectory(myDirectory) End Sub Shared Public Sub WorkWithDirectory(ByVal aDir As DirectoryInfo) Dim nextDir As DirectoryInfo WorkWithFilesInDir(aDir) For Each nextDir In aDir.GetDirectories WorkWithDirectory(nextDir) Next End Sub Shared Public</p>
<p>The post <a href="https://varindersandhu.in/2010/10/23/recursive-directory-info/">Recursive Directory Info</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">69</post-id>	</item>
		<item>
		<title>Read Data from Excel (VB Code)</title>
		<link>https://varindersandhu.in/2010/09/27/read-data-from-excel-vb-code/</link>
					<comments>https://varindersandhu.in/2010/09/27/read-data-from-excel-vb-code/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Mon, 27 Sep 2010 05:11:00 +0000</pubDate>
				<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[Read Data from Excel]]></category>
		<guid isPermaLink="false">http://theitarticles.wordpress.com/2010/09/27/read-data-from-excel-vb-code</guid>

					<description><![CDATA[<p>Private Sub cmd_browse_Click() On Error Resume Next Dim FNum As Integer Dim txt As Recordset On Error GoTo FileError CommonDialog1.CancelError = True CommonDialog1.Flags = cdlOFNFileMustExist CommonDialog1.DefaultExt = "xls" CommonDialog1.Filter = "Excel file&#124;*.xls&#124;*.*" CommonDialog1.ShowOpen FNum = FreeFile pathtxt.Text = CommonDialog1.FileName Close #FNum Dim cnExcel As New ADODB.Connection Dim rs As New</p>
<p>The post <a href="https://varindersandhu.in/2010/09/27/read-data-from-excel-vb-code/">Read Data from Excel (VB Code)</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2010/09/27/read-data-from-excel-vb-code/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">27</post-id>	</item>
		<item>
		<title>VB Code for Log or Tracking</title>
		<link>https://varindersandhu.in/2010/09/26/vb-code-for-log-or-tracking/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Sun, 26 Sep 2010 04:38:00 +0000</pubDate>
				<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VB Code for Log or Tracking]]></category>
		<guid isPermaLink="false">http://theitarticles.wordpress.com/2010/09/26/vb-code-for-log-or-tracking</guid>

					<description><![CDATA[<p>Dim LFNum As Integer Dim PLFName As String 'blnfileopen As Boolean Public Sub OpenFile() LFNum = FreeFile PLFName = App.Path &#38; "proglog" &#38; Format(Day(Date), "00") &#38; Format(Hour(Time), "00") &#38; Format(Minute(Time), "00") &#38; Format(Second(Time), "00") &#38; ".txt" Open PLFName For Output As LFNum Print #LFNum, "Logging Started at....." &#38; Date; "</p>
<p>The post <a href="https://varindersandhu.in/2010/09/26/vb-code-for-log-or-tracking/">VB Code for Log or Tracking</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">24</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching using Disk

Served from: varindersandhu.in @ 2025-10-30 13:11:03 by W3 Total Cache
-->