Qtp Script to add an image to Ms Word Document-Qtp Script to insert an image into MS Word Document


Qtp Script to insert an image into MS Word Document




Set a = CreateObject("Word.Application")

a.Visible = True

Set b = a.Documents.Open("C:\qtp.doc")

Set c = b.Shapes

c.AddPicture("C:\image1.JPG")

No comments:

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge