QTP Script to Change(Move) worksheets position of Excel Sheet
dim a,b,c
set a=createobject("Excel.Application")
a.visible=true
set b=a.workbooks.open("D:\abc.xls")
b.sheets("sheet1").Move,b.Sheets(2)
b.save
Showing posts with label QTP Script to Change(Move) worksheets position of Excel Sheet. Show all posts
Showing posts with label QTP Script to Change(Move) worksheets position of Excel Sheet. Show all posts
QTP Script to Change(Move) worksheets position of Excel Sheet-VB Script to Change(Move) worksheets position of Excel Sheet
Subscribe to:
Posts (Atom)