Menus no longer appear, shift gives blank screen

oh..i just opened another database and the menubar was gone...:eek:

i have run some code using 3 as the commandbar number and it's back..
 
I'm not familiar with that debug code. Would I put it at the end of the loop before Next?
 
you can put it anywhere...

in your case i stuck it just before the
Code:
CommandBars(I).Enabled = True/false
so that i knew what was being processed as the for..next loop was processing..
 
beware..if you make them all visible they

a) take up most of the screen

b) some appear to be duplicate of others AND are probably specific to their name...

this was when i noticed i'd goofed with the .visible:D
 
Yeah, I have a couple duplicates that pop up now, but I'd rather have too many than not enough. :) Although I suppose having an invasion of them on the screen is no good either.
 

Users who are viewing this thread

Back
Top Bottom