QTP Script to set the Height of first row of an excel sheet
dim a,b,c
set a=createobject("Excel.Application")
a.visible=true
set b=a.workbooks.open("C:\QTP.xls")
set c=b.worksheets(1)
c.Rows(1).RowHeight=50
QTP Script to set the Height of first row of an excel sheet-VB Script to set the Height of first row of an excel sheet
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment