Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to enable or diable a forms button on a worksheet via code but have not been successful.
Is it possible ? If so how ? The button name is Button 6 Corey.... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think I'd do it something like this (untested)
Set as a public variable Public DisableButton6 as Boolean In code to enable/disable If DisableButton6 then DisableButton6 = FALSE else DisableButton6 = TRUE end if In the code for Button6, put this If DisableButton6 then Exit sub Or something to that effect. -- HTH, Barb Reinhardt "Corey" wrote: I am trying to enable or diable a forms button on a worksheet via code but have not been successful. Is it possible ? If so how ? The button name is Button 6 Corey.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enable/Disable Command Button | Excel Programming | |||
Enable/Disable SAVE AS button from code | Excel Programming | |||
How to enable/disable a button. | Excel Programming | |||
Enable/Disable Button | Excel Programming | |||
Enable/Disable Worksheet Change Event code | Excel Programming |