Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how do you disable a button in excel?
i know how to disable buttons in userforms, but trying to use similar coding like this: ActiveSheet.Shapes("Button 1").Enabled = True does not seem to work. can a button made from the Forms toolbar be disabled? --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Jest,
Get it from the Buttons collection ActiveSheet.Buttons("Button 1").enabled = true -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "jest " wrote in message ... how do you disable a button in excel? i know how to disable buttons in userforms, but trying to use similar coding like this: ActiveSheet.Shapes("Button 1").Enabled = True does not seem to work. can a button made from the Forms toolbar be disabled? --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable X button on excel | Excel Worksheet Functions | |||
How do you disable the Collate button? | Excel Discussion (Misc queries) | |||
Enable/Disable Button | Excel Programming | |||
Disable the right mouse button?? | Excel Programming | |||
Disable Button | Excel Programming |