Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VB Script Interview Questions

what is the function to get the ascii value of the character?

6 Answers   Netxcell, Oracle,


Explain the functionality of vbscript?

0 Answers  


VBscript for QTP,best tutorial?

2 Answers   Wipro,


I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.

0 Answers  


Mention how to access array data?

0 Answers  


write a vb-script code to delete all the mails in my gmail in the year 2011

1 Answers  


Explain vbscript in detail?

0 Answers  


Which in-built function is used to format the number in the vbscript language?

0 Answers  


How to add actions in driver script to run those actions in QTP?

0 Answers  


i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next

1 Answers  


find the length of the string without using length function?

4 Answers   CSS Corp,


how to store charecters of HARIBABU Using arrays

4 Answers   Cap Gemini,


Categories