View/Hide objects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Yes,
Application.SetOption "Show Hidden Objects", True/False
Application.SetOption "Show System Objects", True/False

Pieter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top