<?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>Bala-Krishna &#187; VBScript</title>
	<atom:link href="http://www.bala-krishna.com/category/vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bala-krishna.com</link>
	<description>Web Developer &#38; Internet Marketing Consultant</description>
	<lastBuildDate>Fri, 19 Mar 2010 12:56:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Set / Retrieve Script Timeout in ASP</title>
		<link>http://www.bala-krishna.com/set-retrieve-script-timeout-in-asp/</link>
		<comments>http://www.bala-krishna.com/set-retrieve-script-timeout-in-asp/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 12:03:19 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Asp.Net Tips]]></category>
		<category><![CDATA[Browser Stuff]]></category>
		<category><![CDATA[Dot.Net]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[script timeout]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=469</guid>
		<description><![CDATA[
			
				
			
		
The ScriptTimeout property in ASP specifies the amount of run-time in seconds for a script before it terminates. The default value is 90 seconds set by IIS.
Set the script timeout:
&#60;%
Server.ScriptTimeout=200
%&#62;
Retrieve the current value of the ScriptTimeout property:
&#60;%
response.write(Server.ScriptTimeout)
%&#62;
]]></description>
			<content:encoded><![CDATA[<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/set-retrieve-script-timeout-in-asp/&title=Set+/+Retrieve+Script+Timeout+in+ASP&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img
src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fset-retrieve-script-timeout-in-asp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fset-retrieve-script-timeout-in-asp%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The ScriptTimeout property in ASP specifies the amount of run-time in seconds for a script before it terminates. The default value is 90 seconds set by IIS.</p>
<p><strong>Set the script timeout:</strong></p>
<p>&lt;%<br />
Server.ScriptTimeout=200<br />
%&gt;</p>
<p><strong>Retrieve the current value of the ScriptTimeout property:</strong></p>
<p>&lt;%<br />
response.write(Server.ScriptTimeout)<br />
%&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/set-retrieve-script-timeout-in-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel &#8211; Change Row Color Based On a Cell Value</title>
		<link>http://www.bala-krishna.com/microsoft-excel-change-row-color-based-on-a-cell-value/</link>
		<comments>http://www.bala-krishna.com/microsoft-excel-change-row-color-based-on-a-cell-value/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 08:20:47 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Window Application]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=431</guid>
		<description><![CDATA[
			
				
			
		
Sometimes we need automatic colorisation of the rows based on the value of a cell. Its not only save lot of time as well as simplify identification of records based on the colors. Thanks to excel conditional formating that allow you to do. Formatting cell based on the condition is easy but formating entire row [...]]]></description>
			<content:encoded><![CDATA[<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/microsoft-excel-change-row-color-based-on-a-cell-value/&title=Microsoft+Excel+&#8211;+Change+Row+Color+Based+On+a+Cell+Value&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img
src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fmicrosoft-excel-change-row-color-based-on-a-cell-value%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fmicrosoft-excel-change-row-color-based-on-a-cell-value%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Sometimes we need automatic colorisation of the rows based on the value of a cell. Its not only save lot of time as well as simplify identification of records based on the colors. Thanks to excel <em>conditional formating </em>that allow you to do. Formatting cell based on the condition is easy but formating entire row or column is little tricky.</p>
<p><strong>To Do -&gt;</strong></p>
<p>Select the area you want to cover for formatting. You can select entire workbook if you want to cover complete all cell and columns.</p>
<p>Go to <strong>Format</strong> Menu -&gt;<strong> Conditional Formatting</strong></p>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2008/09/excel-row-color-conditional-formatting.gif"><img class="aligncenter size-full wp-image-433" title="excel-row-color-conditional-formatting" src="http://www.bala-krishna.com/wp-content/uploads/2008/09/excel-row-color-conditional-formatting.gif" alt="" width="500" height="322" /></a></p>
<p>See the above figure, you will notice <strong>INDIRECT </strong>function. The <strong>INDIRECT </strong>function used to create cell or range reference while formula evaluated. The function allows you to put the address of another cell within a cell, and get data from the the other cell by referencing the first cell.? ? <span><span style="font-family: Arial;"></span></span></p>
<p>The condition check column C in each selected row and change formatting according to specification.</p>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2008/09/excel-conditional-row-color-formatting.gif"><img class="aligncenter size-full wp-image-432" title="excel-conditional-row-color-formatting" src="http://www.bala-krishna.com/wp-content/uploads/2008/09/excel-conditional-row-color-formatting.gif" alt="" width="500" height="310" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/microsoft-excel-change-row-color-based-on-a-cell-value/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Visual Basic Data Types</title>
		<link>http://www.bala-krishna.com/visual-basic-data-types/</link>
		<comments>http://www.bala-krishna.com/visual-basic-data-types/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 05:05:07 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Browser Stuff]]></category>
		<category><![CDATA[Crawler]]></category>
		<category><![CDATA[Dot.Net]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Directory]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Window Application]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/visual-basic-data-types</guid>
		<description><![CDATA[
			
				
			
		
There are 11 data types in Visual Basic 6. These are Boolean, Byte, Currency, Date, Double, Integer, Long, Object, Single, String, and Variant. Each of these data types have their own purpose. I am describing here all data type:
Boolean 
The Boolean data type has only two states, True and False. These types of variables are [...]]]></description>
			<content:encoded><![CDATA[<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/visual-basic-data-types/&title=Visual+Basic+Data+Types&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img
src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fvisual-basic-data-types%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fvisual-basic-data-types%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>There are 11 data types in Visual Basic 6. These are Boolean, Byte, Currency, Date, Double, Integer, Long, Object, Single, String, and Variant. Each of these data types have their own purpose. I am describing here all data type:</p>
<p><strong>Boolean </strong><br />
The Boolean data type has only two states, True and False. These types of variables are stored as 16-bit (2 Byte) numbers, and are usually used for flags.</p>
<p><strong>Byte</strong><br />
The Byte data type is an 8-bit variable which can store value from 0 to 255. This data type is very useful for storing binary data. It can also be very useful when sending/receiving byte values.</p>
<p><strong>Double</strong><br />
The Double data type is a 64-bit floating point number used when high accuracy is needed. These variables can range from -1.79769313486232e308 to -4.94065645841247e-324 for negative values and from 4.94065645841247e-324 to 1.79769313486232e308 for positive values.</p>
<p><strong>Integer</strong><br />
The Integer data type is a 16-bit number which can range from -32768 to 32767. Integers should be used when you are working with values that can not contain fractional numbers.</p>
<p><strong>Long</strong><br />
The Long data type is a 32-bit number which can range from -2,147,483,648 to 2,147,483,647. Long variables can only contain non-fractional integer values. I myself use Long variables over Integers for increased performance. Most Win32 functions use this data type for this reason.</p>
<p><strong>Single</strong><br />
The Single data type is a 32-bit number ranging from -3.402823e38 to -1.401298e-45 for negative values and from 1.401298e-45 to 3.402823e38 for positive values. This data type is to use when you need fractional numbers within this range.</p>
<p><strong>String</strong><br />
The String data type is usually used as a variable-length type of variable. A variable-length string can contain up to approximately 2 billion characters. Each character has a value ranging from 0 to 255 based on the ASCII character set. Strings are used when Text is involved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/visual-basic-data-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uber Uploader ClipShare Rayzz Ostube Failed to Find File Length Error</title>
		<link>http://www.bala-krishna.com/uber-uploader-clipshare-rayzz-ostube-failed-to-find-file-length-error/</link>
		<comments>http://www.bala-krishna.com/uber-uploader-clipshare-rayzz-ostube-failed-to-find-file-length-error/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 11:54:52 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Browser Stuff]]></category>
		<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Crawler]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[FFMPEG-PHP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Online Media]]></category>
		<category><![CDATA[Operating System Tutorial]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Directory]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[uber-uploader]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[by pass php upload limit]]></category>
		<category><![CDATA[failed to find Flength file]]></category>
		<category><![CDATA[file uploader with progress bar]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/uber-uploader-clipshare-rayzz-ostube-failed-to-find-file-length-error</guid>
		<description><![CDATA[
			
				
			
		
You may receive &#8220;Failed To Find Flength File&#8221; error during file upload using uber uploader.  The main cause of this problem is due to apache mod_security enabled on your host.  Apache mod_security may prevent writing flength file duing file upload. This will  cause uploder to determine file length for percentage calculation and [...]]]></description>
			<content:encoded><![CDATA[<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/uber-uploader-clipshare-rayzz-ostube-failed-to-find-file-length-error/&title=Uber+Uploader+ClipShare+Rayzz+Ostube+Failed+to+Find+File+Length+Error&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img
src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fuber-uploader-clipshare-rayzz-ostube-failed-to-find-file-length-error%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fuber-uploader-clipshare-rayzz-ostube-failed-to-find-file-length-error%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>You may receive &#8220;Failed To Find Flength File&#8221; error during file upload using uber uploader.  The main cause of this problem is due to apache mod_security enabled on your host.  Apache mod_security may prevent writing flength file duing file upload. This will  cause uploder to determine file length for percentage calculation and uploader produce file length error.</p>
<p><strong>Solution:</strong> This problem can be easily solve by turn off mod_security through .htaccess  . We need to turn off mod_security for uploader directory.  To solve this problem, create .htaccess file with the  following line and upload file to the directory where uploader files reside.</p>
<blockquote><p>&lt;IfModule mod_security.c&gt;<br />
# Turn off mod_security filtering.<br />
SecFilterEngine Off</p>
<p># The below probably isn’t needed,<br />
# but better safe than sorry.<br />
SecFilterScanPOST Off<br />
&lt;/IfModule&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/uber-uploader-clipshare-rayzz-ostube-failed-to-find-file-length-error/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to add php code to word press blog widget</title>
		<link>http://www.bala-krishna.com/how-to-add-php-code-to-word-press-blog-widget/</link>
		<comments>http://www.bala-krishna.com/how-to-add-php-code-to-word-press-blog-widget/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 16:11:20 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[FFMPEG-PHP]]></category>
		<category><![CDATA[Firefox Add-On]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Gmail Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Online Media]]></category>
		<category><![CDATA[Operating System Tutorial]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Directory]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Wordpress Widget]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/how-to-add-php-code-to-word-press-blog-widget</guid>
		<description><![CDATA[
			
				
			
		
Word Press default widget does not allow you to use php code. You can do this by simply editing template files but this is not overall solution. By doing this you are loosing beauty of widget drag and drop functionality. The Samsarin PHP Widget available as plug-in that allow user to create new widget and [...]]]></description>
			<content:encoded><![CDATA[<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/how-to-add-php-code-to-word-press-blog-widget/&title=How+to+add+php+code+to+word+press+blog+widget&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img
src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-add-php-code-to-word-press-blog-widget%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-add-php-code-to-word-press-blog-widget%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.wordpress.org" title="Word Press" target="_blank">Word Press</a> default widget does not allow you to use php code. You can do this by simply editing template files but this is not overall solution. By doing this you are loosing beauty of widget drag and drop functionality. The <a href="http://blog.samsarin.com/samsarin-php-widget" title="Samsarin PHP Widget" target="_blank">Samsarin PHP Widget</a> available as plug-in that allow user to create new widget and add php code inline with text.</p>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2008/01/samsarin-php-widgets.jpg" title="samsarin php widgets"><img src="http://www.bala-krishna.com/wp-content/uploads/2008/01/samsarin-php-widgets.jpg" alt="samsarin php widgets" /></a></p>
<p>Installation &amp; Usage</p>
<ul>
<li>Go to the Samsarin PHP Widget website.</li>
<li>Download and Extract the zip file in wordpress plugins directory.</li>
<li>Enable the Samsarin PHP Widget from Admin Panel.</li>
<li>In your admin console, go to Presentation, and then go to Sidebar Widgets</li>
<li>Create number of PHP Widgets you are required to add.</li>
<li>Drag one of the available Samsarin PHP Widgets to your sidebar.</li>
<li>Click on the widget button add title and php code.</li>
<li>All you have done..</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/how-to-add-php-code-to-word-press-blog-widget/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VB Script Functions</title>
		<link>http://www.bala-krishna.com/vb-script-functions/</link>
		<comments>http://www.bala-krishna.com/vb-script-functions/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 06:46:29 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Asp.Net Tips]]></category>
		<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/vb-script-functions</guid>
		<description><![CDATA[
			
				
			
		
VBScript is a lightweight script programming language like JavaScript. It is light version of Microsoft Visual Basic for the web. VBScript can be inserted into a HTML document and run at client side. Below is the list of general function supported by VBScript. These function also available in Microsoft Visual Basic.


CDate
Converts a valid date and [...]]]></description>
			<content:encoded><![CDATA[<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/vb-script-functions/&title=VB+Script+Functions&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img
src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fvb-script-functions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fvb-script-functions%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>VBScript is a lightweight script programming language like JavaScript. It is light version of Microsoft Visual Basic for the web. VBScript can be inserted into a HTML document and run at client side. Below is the list of general function supported by VBScript. These function also available in Microsoft Visual Basic.</p>
<table width="100%" border="0"  cellspacing="1" cellpadding="1">
<tr>
<td><strong>CDate</strong></td>
<td>Converts a valid date and time expression to the variant of subtype Date</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Date</strong></td>
<td>Returns the current system date</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>DateAdd</strong></td>
<td>Returns a date to which a specified time interval has been added</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>DateDiff</strong></td>
<td>Returns the number of intervals between two dates</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>DatePart</strong></td>
<td>Returns the specified part of a given date</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>DateSerial</strong></td>
<td>Returns the date for a specified year, month, and day</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>DateValue</strong></td>
<td>Returns a date</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Day</strong></td>
<td>Returns a number that represents the day of the month (between 1 and 31, inclusive)</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>FormatDateTime</strong></td>
<td>Returns an expression formatted as a date or time</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Hour</strong></td>
<td>Returns a number that represents the hour of the day (between 0 and 23, inclusive)</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>IsDate</strong></td>
<td>Returns a Boolean value that indicates if the evaluated expression can be converted to a date</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Minute</strong></td>
<td>Returns a number that represents the minute of the hour (between 0 and 59, inclusive)</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Month</strong></td>
<td>Returns a number that represents the month of the year (between 1 and 12, inclusive)</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>MonthName</strong></td>
<td>Returns the name of a specified month</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Now</strong></td>
<td>Returns the current system date and time</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Second</strong></td>
<td>Returns a number that represents the second of the minute (between 0 and 59, inclusive)</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Time</strong></td>
<td>Returns the current system time</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Timer</strong></td>
<td>Returns the number of seconds since 12:00 AM</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>TimeSerial</strong></td>
<td>Returns the time for a specific hour, minute, and second</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>TimeValue</strong></td>
<td>Returns a time</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Weekday</strong></td>
<td>Returns a number that represents the day of the week (between 1 and 7, inclusive)</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>WeekdayName</strong></td>
<td>Returns the weekday name of a specified day of the week</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/vb-script-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
