I've created a dashboard and display it full screen using VBA.
However, I would like to display the status bar even in Full screen mode.
Is there a way to do that?
Code:
Application.DisplayFullScreen = True
ActiveWindow.DisplayHeadings = False
Application.DisplayFormulaBar = False
However, I would like to display the status bar even in Full screen mode.
Is there a way to do that?