|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by cmushaun in VB Script, Visual Basic Programming, Test / Validation Development Software
I have a QuickTest Pro function below (incomplete) that I need to use to export some information to an .xls excel sheet.
The function below takes in 3 string variables, and I want it to export the data to a spreadsheet on x:\ drive.
I will call this function several times during the run of the script. Each time it is hit, I want it to write a new line/column in the spreadsheet.
The spreadsheet currently has the headings:
Start_Time in A1, End_Time in B1 and Trans_Name in C1 of the excel sheet.
1:
2:
3:
|
Function ExportmyData(sStartTime, sEndTime, sTransName)
End Function
|
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625