<?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 Code for Log or Tracking | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/tag/vb-code-for-log-or-tracking/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Tue, 12 Jul 2011 15:39:01 +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 Code for Log or Tracking | 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>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 19/121 queries in 0.048 seconds using Disk (Request-wide modification query)

Served from: varindersandhu.in @ 2025-10-30 15:47:12 by W3 Total Cache
-->