D DS Apr 24, 2005 #1 Hi my Menu Bar wont disappear. I have =1 in the properties box on the form and itstill won't go away. Any suggestions. Thanks DS
Hi my Menu Bar wont disappear. I have =1 in the properties box on the form and itstill won't go away. Any suggestions. Thanks DS
D DS Apr 25, 2005 #3 Van said: Application.CommandBars("Menu Bar").Enabled = False Click to expand... This sounds great, but were do I stick it? On the first form? I'm lost as to where I attach this code to. Thanks DS
Van said: Application.CommandBars("Menu Bar").Enabled = False Click to expand... This sounds great, but were do I stick it? On the first form? I'm lost as to where I attach this code to. Thanks DS
V Van T. Dinh Apr 25, 2005 #4 Do you have a Start-up Form? If you do, use the Form_Open or Form_Load to run the code.
D DS Apr 26, 2005 #5 Van said: Do you have a Start-up Form? If you do, use the Form_Open or Form_Load to run the code. Click to expand... Thanks, I did that and it works Great!!!!! DS
Van said: Do you have a Start-up Form? If you do, use the Form_Open or Form_Load to run the code. Click to expand... Thanks, I did that and it works Great!!!!! DS