Excel VBA Show The File/Edit menu
|
I am using this now:
Application.Dialogs(xlDialogActiveCellFont).Show
And when it closes, for some reason it disapears my menu on the excel application/workbook... how do I get it back?
I tried this but it didnt do anything
Code:
With Application
.DisplayFullScreen = False
.CommandBars("Worksheet Menu Bar").Enabled = True
.Visible = False
End With
|
__________________
Josh
If Google = NoHelp Then PostHere = True
Last edited by Josh Hazel; 08-19-2010 at 04:13 PM.
|