vba - Load image file to clipboard -
I'm looking to get an image of Visio page in the clipboard using VBA. I can export an image of the page using the Page object's export method in question. But is there any way to load an image file on the clipboard within VBA?
Should I use anything like VB6 and make a small command line tool which loads a JPG or BMP file path just in the clipboard using the clipboard. Setdown load image (" Pypath ")?
If you copy
page using VBA, Visio has given it several Not placed on the clipboard in formats, which includes CFBITMAP? If you paste it in an application that Visio does not understand, then I expect to use bitmap instead.
If you have tried it and it does not work - or if I misunderstood the question.
Comments
Post a Comment