Showing posts with label QTP Script to sort excel sheet column. Show all posts
Showing posts with label QTP Script to sort excel sheet column. Show all posts

QTP Script to sort excel sheet column-VB Script to sort excel sheet column



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)

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge