D
David
How Do You Hide The Active Menubar, I tried this and it didn't work
Private Sub Form_Load()
With Application
.MenuBar.Visible = False
End With
End Sub
Private Sub Form_Load()
With Application
.MenuBar.Visible = False
End With
End Sub