CaptureBitmap to Word - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: CaptureBitmap to Word (/Thread-CaptureBitmap-to-Word) |
CaptureBitmap to Word - Raj20091 - 09-25-2009 Hello, How do I write CaptureBitmap value to a word document? I want to be able to keep appending the word document with the screenshots. Thanks, Raj RE: CaptureBitmap to Word - sreekanth chilam - 09-26-2009 Hi , I would suggest you to use "Automation Object Model (AOM)" for Word. We can accomplish many custom requirements using AOM (as your current req.) Try with below code , you will get it easily Example: Code: Dim wrd RE: CaptureBitmap to Word - Raj20091 - 09-28-2009 Sreekanth, That worked like a charm. Thanks! Where can I get more info on Automation Object Model -Raj |