Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide elements with automation

Status
Not open for further replies.

Azrael

Automotive
Joined
May 12, 2003
Messages
685
Location
FR
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.
 
Found it:

Set VisPropSet1 = Selection1.VisProperties

VisPropSet1.SetShow catVisPropertyNoShowAttr

These two rows will set the selected elements in hide
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top