M
mmaatman
Hi,
I have a sheet with 2 figures
On one of them I have put a picture by choosing properties and clicking
a jpg at the picture property..
In VBA I want to duplicate the picture from this one to the other
figure
I have tried
worksheets(1).image2.picture = worksheets(1).image1.picture
But that doesnt do the job.
Any suggestions?
Thanks
Marcel (The Netherlands)
I have a sheet with 2 figures
On one of them I have put a picture by choosing properties and clicking
a jpg at the picture property..
In VBA I want to duplicate the picture from this one to the other
figure
I have tried
worksheets(1).image2.picture = worksheets(1).image1.picture
But that doesnt do the job.
Any suggestions?
Thanks
Marcel (The Netherlands)