macro hide

A

Auric__

kalpesh said:
Hello,

help for,

macro for other macro is hide

You need to rephrase that. What do you want? A macro that hides another
macro? A macro that can only be run from another macro? Something else?
 
V

Vacuum Sealed

You need to rephrase that. What do you want? A macro that hides another
macro? A macro that can only be run from another macro? Something else?

It is possible Kalpesh is looking for a code to disable/enable a button
to prevent it from running.

In MSAccess you can use something like

Me.MyButton.Enabled = False
Me.MyButton.visible = False

And or conversely, when Enable = True

But I'm not sure about the Excel equivalent.

HTH
Mick
 

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

Similar Threads


Top