Showing posts with label QTP Script to add line numbers to MS Word document. Show all posts
Showing posts with label QTP Script to add line numbers to MS Word document. Show all posts

QTP Script to add line numbers to MS Word document-VB Script to add line numbers to MS Word document


QTP Script to add line numbers to MS Word document



dim a

set a=createobject("Word.Application")

a.visible=true

set b=a.Documents.open("C:\qtp.doc")

b.PageSetup.LineNumbering.Active = TRUE

b.save

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge