Showing posts with label QTP Script to add new worksheet to Excel Sheet. Show all posts
Showing posts with label QTP Script to add new worksheet to Excel Sheet. Show all posts

QTP Script to add new worksheet to Excel Sheet -VB Script to add new worksheet to Excel Sheet-QTP -Excel Sheet

QTP Script to add new worksheet to 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.sheets.add
b.save

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge