Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Clara
Try the below macro. You dont need to select the object; instead just select the cell range. All objects within selection will be hidden Sub Macro1() Dim obj As Object For Each obj In ActiveSheet.DrawingObjects If Not Intersect(obj.TopLeftCell, Selection) Is Nothing Then obj.Visible = False End If Next End Sub If this post helps click Yes --------------- Jacob Skaria "Clara" wrote: Hi, Anyone know how can i hide selected objects only instead of hiding all objects in my worksheet? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula 2 display selected objects ONLY in new sheet from another | Excel Worksheet Functions | |||
Try to hide column - message "can not shift objects off sheet | Excel Discussion (Misc queries) | |||
How do I make excel hide columns when it says cannot move objects | Excel Discussion (Misc queries) | |||
Cannot hide column "cannot shift objects off sheet" | Excel Discussion (Misc queries) | |||
Hide embedded objects contained in row that is filtered out | Excel Discussion (Misc queries) |