Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
help for, macro for other macro is hide |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
kalpesh wrote:
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? -- "Tomorrow" is just another word. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 18/02/2012 1:14 PM, Auric__ wrote:
kalpesh wrote: 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? 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide a Macro | Excel Discussion (Misc queries) | |||
macro to hide row with 0.00 | Excel Worksheet Functions | |||
how to hide a macro name from macro listings | Excel Programming | |||
hide macro | Excel Programming | |||
Hide row macro | Excel Programming |