Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Felicia Pickett
 
Posts: n/a
Default shortcut key to maximze a window?

What keyboard strokes do you use to maximize a window?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jonathan Cooper
 
Posts: n/a
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Paul D. Simon
 
Posts: n/a
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Launch new browser window from an excel web page Hal Anderson Excel Discussion (Misc queries) 2 January 20th 06 02:10 AM
Deactivate shortcut keys in excel.. areddy Excel Discussion (Misc queries) 1 October 25th 05 02:37 PM
Excel window not maximized on start Hennie Excel Discussion (Misc queries) 1 July 25th 05 05:16 PM
How to resize Data Form dialog window? Compucat Excel Worksheet Functions 1 June 8th 05 11:24 PM
Help resizes window &%$#! Oskar von dem Hagen Excel Discussion (Misc queries) 0 February 26th 05 01:09 AM


All times are GMT +1. The time now is 08:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"