Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet with command buttons on it. I would like to hide one or
more of these buttons depending on circumstances. I have tried the code: Dim Button_Name As String Button_Name = "Edit" With ActiveSheet.Buttons(Button_Name).Visble = False the code is included in a macro that activates the worksheet in question. When I run this I get an error message: "Unable to get button properties of the worksheet class" I am running Excel 2003. Help? Thanks Jim Walsh |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide Command button - still use it | Excel Programming | |||
Hide Command button on close | Excel Programming | |||
Hide command button | Excel Programming | |||
how do you hide a forms command button | Excel Programming | |||
Hide command button on worksheet | Excel Programming |