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?
|