Hide elements with automation
Hide elements with automation
(OP)
Is there a way to set elements to hide through a vb script??
I'm trying to make a macro that will hide certain elemet and so far I've managed to select the wanted elements but I can make it to set those to hide.
I'm trying to make a macro that will hide certain elemet and so far I've managed to select the wanted elements but I can make it to set those to hide.





RE: Hide elements with automation
Set VisPropSet1 = Selection1.VisProperties
VisPropSet1.SetShow catVisPropertyNoShowAttr
These two rows will set the selected elements in hide