How many Cell is filled in Row
Having the ability to check the length of Row will give you the option to run script for the list of items in your EXCEL spreadsheet
Here we are…Read More
Pause / WaitUsing sleep function to pause your program
Wscript.Echo "Time Start"
'here is the most important line
WScript.sleep 6000
Wscript.Echo "6 Second …Read More
Set an input BoxInput box is important to VBS as it can provide different input to achieve result. myInputBox = Inputbox("Here will show up the detail…Read More
0 comments:
Post a Comment