Alex has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course
Button command
Is it possible to create an customised shape button (for example taken from a picture)?
RE: Button command
Dear Alex
Yes it is.
On the form or Worksheet insert a picture (using the relevant control buttom on the toolbox).
Click on the picture area and in the properties area link the area to a picture on file.
Then double click the picture opening up the code window and the picture's Click event
Program the code into the event procedure which will run everytime the picture is clicked.
Hope this helps
Carlos