am giving to one number u can set into that in date format.u
can use any methods
Answer / manjunathareddy
Yes,U can write any Date format.
Refer the below Example.
Set oExcel=GetObject("","Excel.Application")
Print oExcel.Text("12/03/12","DD-MMM-YY")
| Is This Answer Correct ? | 0 Yes | 3 No |
find the length of the string without using length function?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Write a VB Script to count blank Lines in a notepad
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
What are the differences between sub procedures and function procedures?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
how to find number of characters(letter a) in the sentence Rain Rain Go away
How to Import data from a file (file is on the desktop) to the data table
in qtp we ve datatable look like excel ,if we want to extract data from excel which saved in my documet how can i get that in datatable using vb script