How do I create a spreadsheet that will open in full screen?
J Jim Rech May 16, 2007 #2 You would need to do that by macro. Add this to a standard module in the workbook: Sub Autpen() Application.DisplayFullScreen = True End Sub
You would need to do that by macro. Add this to a standard module in the workbook: Sub Autpen() Application.DisplayFullScreen = True End Sub