Selecting a command button whilst under a picture

M

Mat 66

Evening all,

I want to be able to still select (click) a command button i have adde
a macro to...but i want to hide the button under a picture.
Any ideas?
 
J

jeff

Hi, Mat 66,

I don't know what all you want to work (you
can't click on the button once it's hidden behind
the picture without bringing it forward or
moving the picture out of the way).

Why not just drag the picture over the button,
and right click, select Order->Bring to front?

then, when you want to use the button, right click on
the picture, select Order->Move to back. the
button is visible and ready to go.

jeff
 
B

Bill Kuunders

In stead of hiding the button you could make it invisible by using a simple
drawing of a square for instance
with format...........no fill and no lines.
You may want to add a comment in the macro itself to indicate where the
button is located.
Regards
Bill K
 
Top