D
DavidW
Having a little problem with start up
I created a custom menubar with Access's Interface and gave it a name
When I select it in the startup options and restart my program I get an
error saying that it cant find the macro named "my menubar".
I am trying to hide the normal menubar and only show my custom menubar. I
tried
'I know, this is at the closing of the program only
With Application
Application.CommandBars.ActiveMenuBar.Enabled = True
End With
but this kills mine. Can you think of why the startup does not recognize my
menubar and/or is there a way to modify the above code and kill the normal
menubar and activate mine?
TIA
David
I created a custom menubar with Access's Interface and gave it a name
When I select it in the startup options and restart my program I get an
error saying that it cant find the macro named "my menubar".
I am trying to hide the normal menubar and only show my custom menubar. I
tried
'I know, this is at the closing of the program only
With Application
Application.CommandBars.ActiveMenuBar.Enabled = True
End With
but this kills mine. Can you think of why the startup does not recognize my
menubar and/or is there a way to modify the above code and kill the normal
menubar and activate mine?
TIA
David