Hi,
I wonder if anyone can help me?
I have an excel form with a command button on. I would like to set the picture of the button based on an image in my worksheet. I have tried the following but doenst work.
Can anyone tell me how I can do this?
Thanks Chris
I wonder if anyone can help me?
I have an excel form with a command button on. I would like to set the picture of the button based on an image in my worksheet. I have tried the following but doenst work.
Code:
cmdShowFiles.Picture = Worksheets("Images").Shapes("CopyFiles")
Can anyone tell me how I can do this?
Thanks Chris