Start Excel in full screen Mode

Colleen45

Active Member
Joined
Jul 22, 2007
Messages
495
This has probably been posted before, but I can't seem to find an answer, and it's driving me crazy.
Excel has stopped starting in full screen mode, what setting do I need to make to get Excel to start in full screen mode again?>
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Try
Code:
Private Sub Workbook_Open()
Application.DisplayFullScreen = True
Application.CommandBars("Full Screen").Visible = False
End Sub
 
Upvote 0
My thing is, I never had to put code in to get Excel to start in full screen mode, it doesn't seem right to do it now!!!
The code may force the issue, but there must be another reason why Excel does not start in full screen mode when it used to without code, this is the part that's driving me crazy
 
Upvote 0
The full screen setting is application wide so should be retained when you've set it in the view tab. If any spreadsheet you have used changes the setting though then that change is retained.
 
Upvote 0
I've tried that, but it does not retain the full screen mode when setting it to full screen, when you restart excel again it start in quarter size!!
 
Upvote 0
I tried that this afternoon, sadly to no avail,
I've also tried the repair function, that never worked either.

I'm wondering if a uninstall, and reinstall might work. might be the answer.

However does anyone know where Microsoft keeps its files for the Quick Access tool bars, as I have a lot of icons added to the quick access toolbar. and the thought of manually replacing them one by one leaves me cold
 
Upvote 0
Hi Colleen,

Were you ever able to solve the mystery of Excel not starting in full screen mode? I think I now have this problem!

Tom C
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,876
Members
449,056
Latest member
ruhulaminappu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top