QTP Script to sort excel sheet column
dim a,b,c,d
set a=createobject("Excel.Application")
a.visible=true
set b=a.workbooks.open("D:\abc.xls")
set c=b.worksheets(1)
set d=c.usedrange
d.sort(d)
Showing posts with label VB Script to sort excel sheet column. Show all posts
Showing posts with label VB Script to sort excel sheet column. Show all posts
QTP Script to sort excel sheet column-VB Script to sort excel sheet column
Subscribe to:
Posts (Atom)