Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I do not see why this will not work.
'================ If CheckBox1 = True Then ListBox1.Visible = False 'Use Visible or Enabled, neither work 'code here end if '============= When this works fine '============= If CheckBox1 = True Then CheckBox2.Visible = False CheckBox3.Visible = False End If '============= Thanks in advance! -- Regards Rick XP Pro Office 2007 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 Listbox's not working | Excel Programming | |||
ThisWorkbook.Saved = True does not work when Shapes().ControlFormat.Enabled = False | Excel Programming | |||
Visible rows and functions that work | Excel Worksheet Functions | |||
Listbox's and retaining data when closing | Excel Programming | |||
LISTBOX'S | Excel Programming |