What keyboard strokes do you use to maximize 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
quot;Felicia Pickettquot; wrote:
gt; What keyboard strokes do you use to maximize 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
- Sep 23 Tue 2008 20:46
shortcut key to maximze a window?
close
全站熱搜
留言列表
發表留言