Posts: 2
Threads: 1
Joined: May 2011
Reputation:
0
05-03-2011, 08:26 AM
Hi all,
I'm really new to QTP and I would like to insert picture into table in MSWord using QTP...please tell me how to do it
Thank you
kaito
Posts: 2
Threads: 1
Joined: May 2011
Reputation:
0
05-03-2011, 11:48 AM
Hi Kaito,
Use yourTable.Cell(x,y).Range.InlineShapes.AddPicture("picture.jpg")
Thank you,
john.doe
Posts: 2
Threads: 1
Joined: May 2011
Reputation:
0
05-03-2011, 12:56 PM
Hi John Doe,
Thank you for your response and it's really work.
But now I found that the picture is too big. Maybe you have suggestion to make it smaller?
Thank you