disable a shape

G

Guest

I use a shape for a button and assign a macro to this button. When the user
presses the button, it kicks off the macro.

Is it possible to disable this shape if a certain condition is met? If so,
how? Any help would be appreciated.

I know I probably should have used buttons but this was one of my first
projects and I used what I knew would work.

Thanks
 
B

Bob Phillips

Hide it?


ActiveSheet.Shapes("Rectangle 1").Visible = False

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top