• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Full screen solution

Dear listers,

I need to a macro (or a different solution) whereby all my sheets go on full screen view. Perhaps I can have the macro on the front sheet and then all sheets are visible in full screen mode. That would be really appreciated.

Thank you!
ExcelStuff
 
Thanks, Thats very kind. However, I want one macro for all sheets (shown on the first sheet). Is that possible?

Thanks
ExcelStuff
 
Are u looking for this..

Code:
Application.DisplayFormulaBar = False
    Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""RIBBON"", FALSE)"

Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",True)"
    Application.DisplayFormulaBar = True
 
@Somendra Misra , I put :p cause, I said keyboard shortcut and described mouse movements. :)

No offence to your code, but I would prefer Alt W E, OP might have a reason to go for VBA which I did not know.
Have a nice day ahead.
 
Back
Top