Explain the extension .hta?
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to display the reverse of vbs
how to add action through AOM in QTP
how to delete folder test3,test4 and test5 using vbscript?
Why to use option explicit in vb script?
WHAT IS ENVIRONMENT VARIABLES?and where it is used in real time scenario?
Explain the extension .hta?
What is select case statement?
How will you compare two strings in vbscript?
what is the use of QCUtil? explain with one example?
write a vb script to display factorial of a number using function
When does ‘on click of button’ event gets triggered in the vbscript language?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent