Search found 6 matches

by jholdcraft
2018-12-18T13:09:24-07:00
Forum: Users
Topic: Excel VBA Clipboard issue
Replies: 10
Views: 11757

Re: Excel VBA Clipboard issue

Thanks again for your input. I may look into this further later, but for now I found a work around that works really well. It is an adaptation from code found here. https://www.tapatalk.com/groups/xlvbafr/export-pictures-from-excel-t207.html#.UguN7ZKyAqY. For my case I have 7 .png files I saved on a...
by jholdcraft
2018-12-18T08:39:44-07:00
Forum: Users
Topic: Excel VBA Clipboard issue
Replies: 10
Views: 11757

Re: Excel VBA Clipboard issue

@whugemann, thank you for the help understanding the data difference. I think that explains much of the problem. I am still struggling though. I've been trying to figure out what a windows mefafile is. I've never heard of them before but it appears to be just a container for an image file more or le...
by jholdcraft
2018-12-13T08:34:19-07:00
Forum: Users
Topic: Excel VBA Clipboard issue
Replies: 10
Views: 11757

Re: Excel VBA Clipboard issue

But what does the error mean? Why is imagemagick not working with the clipboard correctly in this environment?
by jholdcraft
2018-12-05T08:37:45-07:00
Forum: Users
Topic: Excel VBA Clipboard issue
Replies: 10
Views: 11757

Re: Excel VBA Clipboard issue

I am still in need of a solution. Can anyone from the imagemagick team tell me what the run-time error is?
by jholdcraft
2018-12-03T13:36:42-07:00
Forum: Users
Topic: Excel VBA Clipboard issue
Replies: 10
Views: 11757

Re: Excel VBA Clipboard issue

Interesting thought. How do I copy it from my excel sheet with imagemagick? C = objIMG.Convert(Sheets("External Data").Shapes("Pole_Mark"), "-background", "transparent", "-gravity", "center", "clipboard:") I tried this and got the...
by jholdcraft
2018-12-03T12:58:24-07:00
Forum: Users
Topic: Excel VBA Clipboard issue
Replies: 10
Views: 11757

Excel VBA Clipboard issue

Well, I'm new to imagemagick. I just installed it last week and have been very impressed so far with how well it integrates with various programming platforms and the functionality of it. I mostly work with excel VBA. My latest project uses excel to organize photos and create a KMZ file of photoover...