Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
We have a need to programmatically hide some objects in Excel. We can do it
in PowerPoint because it is easy to define the slide number and object number. But how to do it in Excel? My searches through Help only show how to hide a worksheet. This is what we currently have: Sub Hide_Objects() ActiveSheet.Shapes("Object 1").Visible = False ActiveSheet.Shapes("Object 2").Visible = False End Sub Thank you for any help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 to 2007 issues - Drawing object groups | Excel Programming | |||
Programmatically Protect/Unprotect Ranges in Excel 2003? | Excel Programming | |||
Removing Add-ins programmatically from Excel 2003 using VBScript | Excel Programming | |||
Programmatically set Excel 97 Control Toobar Checkbox object & container name | Excel Programming | |||
Programmatically inserting a row with Excel 2003 | Excel Programming |