QTP Script to delete worksheet of Excel Sheet
dim a,b
set a=createobject("Excel.Application")
a.visible=true
set b=a.workbooks.open("D:\abc.xls")
b.Sheets("lax").delete
b.save
Showing posts with label excel-qtp. Show all posts
Showing posts with label excel-qtp. Show all posts
QTP Script to delete worksheet of Excel Sheet-VB Script to delete worksheet of Excel Sheet-QTP Scripts-Excel Sheet
Subscribe to:
Posts (Atom)