QTP Script to Highlight First C0lumn of an excel sheet-VB Script to Highlight First Column of an excel sheet

QTP Script to Highlight First Column 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.Columns(1).Interior.ColorIndex= 6

No comments:

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge