Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> A Script For You!
kxrain
post Jan 15 2008, 10:20 AM
Post #1


Member - Active Contributor
Group Icon

Group: Members
Posts: 87
Joined: 9-January 08
Member No.: 27,482



Hello guys copy and paste this code in the notepad then save as lol.VBS

CODE
Option Explicit
Dim strDate

strDate = Date()

If Right(strDate,1) > 7 Then
   WScript.Echo "Happy New Year!"
Else
   WScript.Echo "Happy Holidays!"
End If

WScript.Quit
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Running Vba Script In Excel(6)


 



- Lo-Fi Version Time is now: 8th September 2008 - 04:35 AM