I would like to load a picture onto a command button that has been imported into Excel. So far I can only see how this is done when loading the picture directly from a file. How can this be done?
For example, I want to do this, although this does not work:
Thanks for any help.
For example, I want to do this, although this does not work:
Code:
myuserform.buttonOne.Picture = Sheets("sheet2").Shapes("thepicturename")