Search found 2 matches
- 2012-02-14T18:01:56-07:00
- Forum: Bugs
- Topic: Possible bug w/ "clipboard:"
- Replies: 2
- Views: 8289
Re: Possible bug w/ "clipboard:"
OK - got it to work (you need to use xlBitmap instead of xlPicture). xlBitmap was giving me bad data in both programs before, likely due to Excel misbehaving. Using InsideClipboard, though, I verified that xlPicture is passing just handles to a WMF and EMF; xlBitmap provides actual DIB and DIBv5 ...
- 2012-02-07T16:43:51-07:00
- Forum: Bugs
- Topic: Possible bug w/ "clipboard:"
- Replies: 2
- Views: 8289
Possible bug w/ "clipboard:"
I'm trying to use ImageMagick in conjunction with VBA to create PNGs from Excel via the clipboard. If the data is copied to the clipboard normally, ImageMagick works perfectly. However, if the data is copied to the clipboard through VBA, ImageMagick fails to see any image data on the clipboard. The ...