View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Open Excel 2007 in Full Screen?

You would need to do that by macro. Add this to a standard module in the
workbook:

Sub Auto_Open()
Application.DisplayFullScreen = True
End Sub


--
Jim
"Cecil" wrote in message
...
| How do I create a spreadsheet that will open in full screen?