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



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

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge