Thread: Full Screen
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Full Screen

Include the following workbook event macro:

Private Sub Workbook_Open()
Application.DisplayFullScreen = True
End Sub

--
Gary''s Student - gsnu2007j


"Squirrel*Salad" wrote:

Hiya,

How do i get excel to automatically start in full screen mode?

thx