This example hides the second section of the Microsoft Binder file that contains the embedded active presentation. The Container property of the presentation returns a Section object, and the Parent property of the Section object returns a Binder object.
Application.ActivePresentation.Container.Parent.Sections(2) _
.Visible = False