M
Marvin Hlavac
Is it at all possible to turn off Worksheet Menu Bar ?
This VBA code does it
Application.Commandbars("Worksheet Menu Bar").Enabled = False
but Bob, *now* I have a problem!!! Since all I really have is the

Application.Commandbars("Worksheet Menu Bar").Enabled = True

