How do I get Excel to open to a full window???!

BAS872

New Member
Joined
Sep 17, 2002
Messages
5
Every time I open Excel it opens in a window about one half the size of my screen.

How can i set it up s it opens to the full window instead, so it opens to the full size of the creen every time?

I have tried maximizing it then exiting the program but next time I open it it is back to being smaller thn the screen.

would appreciate any help. This is really frustrating. I have looked everywhere in Preferences and Options.

Thanks
This message was edited by bas872 on 2002-09-18 23:25
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
After you open excel, maximise the window then exit out. next time you fire it up it 'should' open up maximised...
 
Upvote 0
Try this: Find the little Excel workbook icon near the upper left corner of the workbook window, just to the left of the File menu option. Right click on the icon, left click on view code, and paste this in. Then you won't have to worry about remembering to save the workbook while maximized before closing it.

Sub Workbook_Open()
ActiveWindow.WindowState = xlMaximized
End Sub
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,473
Members
448,967
Latest member
visheshkotha

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