Image Controls
I am attempting to study VBA in excel. Mostly from a text book. In the book
at the end of each chapter "challenges" are set. I'm doing fine with the
exception of the following....
"Draw a simple image of a smiley face using 'ms paint' then load the image
into an Image Control placed on a worksheet in Excel. (No problem so far.)
Using the MouseDown() event procedure of the Image Control write a procedure
that displays a message to the user every time the user clicks on the
image.(Now the hard bit!) The message should tell the user if they clicked
on the eyes, nose, mouth or face and which button they used. (Where do the
buttons come into the image??) The message can be displayed with a Message
Box, or in a Label Control or on the spreadsheet."
That's it, - any ideas would be most welcome.
|