QTP Script to append an existing MS Word document
set a=createobject("Word.Application")
a.visible=true
a.Documents.open("C:\qtp.doc")
a.Selection.TypeText "new text added"
a.ActiveDocument.Save
QTP Script to append an existing MS Word document at the beginning of document
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment