Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is it possible to use an array to set the visibility: ActiveSheet.Shapes(Array("image1", "image2", "shape3", "shape5")).Visible = True Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi, !
Is it possible to use an array to set the visibility: ActiveSheet.Shapes(Array("image1", "image2", "shape3", "shape5")).Visible = True try with: ActiveSheet.Shapes.Range(Array("image1", "image2", "shape3", "shape5")).Visible = True hth, hector. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Hector!
"Héctor Miguel" wrote in message ... hi, ! Is it possible to use an array to set the visibility: ActiveSheet.Shapes(Array("image1", "image2", "shape3", "shape5")).Visible = True try with: ActiveSheet.Shapes.Range(Array("image1", "image2", "shape3", "shape5")).Visible = True hth, hector. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shapes Range Array | Excel Discussion (Misc queries) | |||
How do i read Selection.Shapes.Range(Array(i)? | Excel Programming | |||
Trying To Store Shapes/Objects to an array ?? | Excel Programming | |||
Trying To Store Shapes/Objects to an array ?? | Excel Programming | |||
PROB: Grouping Shapes With An Array Loop | Excel Programming |