ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   shortcut key to maximze a window? (https://www.excelbanter.com/excel-discussion-misc-queries/67596-shortcut-key-maximze-window.html)

Felicia Pickett

shortcut key to maximze a window?
 
What keyboard strokes do you use to maximize a window?

Jonathan Cooper

shortcut key to maximze a window?
 
I assume your talking about within Excel. Ctrl+F10 will restore. So if you
minimized the workbook, Ctrl+F10 will restore it. Other than that, there is
no shortcut within Excel that Maximizes.

You can use the following code to create a macro that would do this for you.
Then assign the macro to a shortcut.

Sub Maximize()
'
' Macro recorded 1/26/2006 by Cooper

ActiveWindow.WindowState = xlMaximized
End Sub

"Felicia Pickett" wrote:

What keyboard strokes do you use to maximize a window?


Paul D. Simon

shortcut key to maximze a window?
 
I think the closest you're going to come to a key-board solution to
Maximize is Alt+Spacebar, X

In similar fashion:
Restore would be Alt+Spacebar, R
Minimize would be Alt+Spacebar, N



All times are GMT +1. The time now is 01:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com