close

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

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()