Save Pictures outside Excel
Hi,
I have pictures in excel, there were pasted and not inserted as picture and here starts the problem.
I need to save the pictures outside excel (in VBA).
something like: right click-save as - but it doesn't exists.
I have:
ActiveSheet.Shapes("Picture 33").Select
And I know I should use "SavePicture" but missing with details.
Thank you!
|