HI All,
I have the code
to just show my file in full screen mode, however I've found that it then applies the rules to any other excel file I have open/open afterwards.
Is that just the way it works, or is there a way to apply the full screen code just to this one workbook?
Thanks
Phil
I have the code
HTML:
Sub HideStuff()
Application.DisplayFullScreen = TrueApplication.DisplayFormulaBar = FalseActiveWindow.DisplayWorkbookTabs = FalseActiveWindow.DisplayHeadings = FalseActiveWindow.DisplayGridlines = FalseEnd Sub
to just show my file in full screen mode, however I've found that it then applies the rules to any other excel file I have open/open afterwards.
Is that just the way it works, or is there a way to apply the full screen code just to this one workbook?
Thanks
Phil