QTP Script to rename Excel Worksheet
dim a,b
set a=createobject("Excel.Application")
a.visible=true
set b=a.workbooks.open("D:\abc.xls")
b.worksheets(1).name="lax"
b.save
Showing posts with label VB Script to rename Excel Worksheet. Show all posts
Showing posts with label VB Script to rename Excel Worksheet. Show all posts
QTP Script to rename Excel Worksheet-VB Script to rename Excel Worksheet-QTP-Excel Sheet-Excel Sheet-QTP
Subscribe to:
Posts (Atom)