#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Full Screen

Hiya,

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

thx
  #2   Report Post  
Posted to microsoft.public.excel.programming
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
full screen Tree*Rat New Users to Excel 1 October 20th 08 09:26 AM
Full Screen Help and KB Shortcut Conan Kelly Setting up and Configuration of Excel 1 April 5th 06 09:54 PM
Opening in Full Screen. skrol New Users to Excel 4 September 22nd 05 09:37 AM
Veiw Full Screen ExcelMonkey[_22_] Excel Programming 1 January 25th 04 06:26 AM
Resetting Screen to Full Phobos Excel Programming 1 November 5th 03 06:31 PM


All times are GMT +1. The time now is 06:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"