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.
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.
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.