QTP Script to delete top two rows of excel sheet
dim a,b,c
set a=createobject("Excel.Application")
a.visible=true
set b=a.workbooks.open("D:\abc.xls")
set c=b.worksheets("sheet1")
c.rows("1:2").delete
b.save
Showing posts with label QTP Script to delete top two rows of excel sheet. Show all posts
Showing posts with label QTP Script to delete top two rows of excel sheet. Show all posts
QTP Script to delete top two rows of excel sheet-VB Script to delete top two rows of excel sheet-QTP-Excel Sheet
Subscribe to:
Posts (Atom)