View/Hide objects

P

Pietro

Hi,

Is there a VB code that automatically acts as if i had clicked on
Options,View,hidden objects?
If yes,is there another VB code that automaticallu uncheck this box?
 
P

Pieter Wijnen

Yes,
Application.SetOption "Show Hidden Objects", True/False
Application.SetOption "Show System Objects", True/False

Pieter
 
Top