Saving a Worksheet Shape as a Graphic File !

G

Guest

Hi,

Any idea how I can programatically save to disc an embeeded Shape in a
WorkSheet as a graphic bitmap file ?

Regards.
 
G

Guest

Wow, that's relly cool :)

Although I don't really understand the role of the IID_IDispatch UDT
variable.


'Create the interface GUID for the picture
With IID_IDispatch
.Data1 = &H7BF80980
.Data2 = &HBF32
.Data3 = &H101A
.Data4(0) = &H8B
.Data4(1) = &HBB
.Data4(2) = &H0
.Data4(3) = &HAA
.Data4(4) = &H0
.Data4(5) = &H30
.Data4(6) = &HC
.Data4(7) = &HAB
End With

Do the above Data Constantes remain always the same ?


Also, is it possible to to create a Picture via code ( from scratch) without
having to first convert an image from the ClipBoard ?

Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top