MarkusLAndersson
Mechanical
- Aug 11, 2005
- 20
I have a picture in an Image in my UserForm.
I want to take this picture from the Image and insert it in a certain place on my active worksheet.
I have tried to use the following code but it does not work:
ws2.Pictures.Insert (Image4.Picture)
where ws2 is a my worksheet.
Does some one know how this can be done?
I want to take this picture from the Image and insert it in a certain place on my active worksheet.
I have tried to use the following code but it does not work:
ws2.Pictures.Insert (Image4.Picture)
where ws2 is a my worksheet.
Does some one know how this can be done?