• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Is it possible to show a pic in userform ?

Mr.Karr

Member
Ninjas/experts: I am currently performing an activity where I need to show a picture that is saved in another sheet, same workbook. Is there a way to show that pic in an userform ?

Kindly help with a code snippet. Much appreciated.

Best Regards,
Kar
 
2 methods:

1. 32 bit API
2. Use a Chart object to create an image file.

Then, one would need to add the Image control dynamically to the userform as Thangavel linked or use a static image control.

Attach a simple example file with the shape and userform objects to get specific help. Say which method you want. (1) does not work for all systems. (2) requires using an existing chart object or creating one dynamically.
 
Back
Top