the menu bar

A

Afrosheen

Thanks for taking my question. I'm trying to remove the menu bars when my
program loads. Then when I enter a user id and password the bars will come
back on with full use and the icons.

This is what I've been trying and it hasn't worked

Dim I As Integer
For I = 1 To CommandBars.Count
CommandBars(I).Enabled = False
Next I

It seems to work, but when I go to the main table screen I don't get the
menu bars with the icons and full control.

Thanks for the help
 
Top