Is there a way to Disable/Hide/Block certain Layouts through VBA? I want to set the ActiveLayout and disable all others for the user. I'm able to set the activelayout with: ============= Dim DOC As AcadDocument DOC.ActiveLayout = DOC.Layouts.Item("New Layout") ============= But how can I hide or disable the others so they can't view them?