Showing posts with label VB Script to rename Excel Worksheet. Show all posts
Showing posts with label VB Script to rename Excel Worksheet. Show all posts

QTP Script to rename Excel Worksheet-VB Script to rename Excel Worksheet-QTP-Excel Sheet-Excel Sheet-QTP

QTP Script to rename Excel Worksheet

dim a,b
set a=createobject("Excel.Application")
a.visible=true
set b=a.workbooks.open("D:\abc.xls")
b.worksheets(1).name="lax"
b.save

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge