Jan 24, 2006 #1 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.
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.
Jan 25, 2006 Thread starter #2 Azrael Automotive Joined May 12, 2003 Messages 685 Location FR Found it: Set VisPropSet1 = Selection1.VisProperties VisPropSet1.SetShow catVisPropertyNoShowAttr These two rows will set the selected elements in hide Upvote 0 Downvote
Found it: Set VisPropSet1 = Selection1.VisProperties VisPropSet1.SetShow catVisPropertyNoShowAttr These two rows will set the selected elements in hide