LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
jh3016
 
Posts: n/a
Default

Thank you so much. This worked like a charm!

"Dave Peterson" wrote:

This code should go in a general module--not behind a worksheet and not behind
ThisWorkbook.

Uncomment that last line and then save and close the workbook.

Then reopen it to test it out.

(Don't forget to clean up that stuff you put in the worksheet module.)

jh3016 wrote:

I right-clicked on the first tab in workbook and put in the below code in The
Workbook. However, the screen still does not go to Full Screen. I would
like the entire screen to appear just as if I would have pressed View Full
Screen.

Thanks for your help.

"Dave Peterson" wrote:

One way:

Option Explicit
Sub auto_open()
Application.WindowState = xlMaximized
ActiveWindow.WindowState = xlMaximized
'Application.DisplayFullScreen = True
End Sub

I'm not sure if you want that 3rd one. It's the equivalent of View|Full Screen.

jh3016 wrote:

I have an Excel workbook that has several spreadsheets. I am using it as a
presentation so I want it to always display in full screen. Is there a way
to do this?

Thanks in advance.

--

Dave Peterson


--

Dave Peterson



 
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
Help with macro looping and color query function kevinm Excel Discussion (Misc queries) 10 May 26th 05 01:25 AM
enter data in cell then run macro automatically R D S Excel Discussion (Misc queries) 2 January 25th 05 10:19 PM
How can I set up a Macro to automatically run when I open a speci. Rick Martin Excel Discussion (Misc queries) 1 January 13th 05 05:06 PM
Automatically launch a macro when a fil is opened One-Leg Excel Discussion (Misc queries) 1 December 15th 04 08:12 PM
Combine & Display “Fixed” & “Automatically Updated” Date Parts texcel Excel Worksheet Functions 1 November 1st 04 05:38 PM


All times are GMT +1. The time now is 11:35 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"