View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bert[_3_] Bert[_3_] is offline
external usenet poster
 
Posts: 7
Default Hiding objects based on property of object

I have a flowchart built out of a number of shapes in my Excel
worksheet. I want to write a macro to hide a number of objects based
on a shape property. For example, I want to hide all objects with a
certain transparency, or a certain color.

I am making a presenation and I want to hide portions of it at the
click of a mouse.

Any suggestions?

Thanks