View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
George[_33_] George[_33_] is offline
external usenet poster
 
Posts: 6
Default Excel 2010 open in full screen

Hi pcor,

you can run this code:

Sub Macro1()
Application.DisplayFullScreen = True
End Sub

Please tell me does it work for you.

On 8 Лип, 02:47, pcor wrote:
Hi
What do I have to do to get EXCEL 2010 to open in FULL SCREEN.
I now save all my data while the screen is full and then shut it
down...bUT when I reopen EXCEL it is NEVER in full screen and I have
to adjust it every tiem
I would appreciate the help
Thanks