Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how to save a desired window size but hv window comeup fullsz by d

say I am creating a small list, I resize the window for that list and when I
save it, I want the desired window size to save for that purpose. However,
when I open a new empty celled window, I want it to open full size by default
since I do not know how much space i'll need for the next project.

Is it possible to have excel save a desired windowsize along with any one
given project but still open full size by default, can someone help me on
this one, thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default how to save a desired window size but hv window comeup fullsz by d

Here is an alternative. Say we want Excel to open full size, but set the
Zoom to the useful area in the small table. Include this small mcro in the
workbook code area:

Private Sub Workbook_Open()
ActiveSheet.UsedRange.Select
ActiveWindow.Zoom = True
End Sub

--
Gary''s Student - gsnu200769


"smjm1982" wrote:

say I am creating a small list, I resize the window for that list and when I
save it, I want the desired window size to save for that purpose. However,
when I open a new empty celled window, I want it to open full size by default
since I do not know how much space i'll need for the next project.

Is it possible to have excel save a desired windowsize along with any one
given project but still open full size by default, can someone help me on
this one, thanks.

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
View cell contents as a pop-up window (similar to comments window) Oldersox Excel Worksheet Functions 1 February 6th 08 07:09 AM
Docking Project Explorer, Properties window and Code window in VBE jayray Setting up and Configuration of Excel 2 March 27th 07 04:42 PM
Excel 2002; how to reduce the size of the save dialogue window? johnthecliff Excel Discussion (Misc queries) 1 December 14th 06 04:38 AM
The window opens in a smaller window not full sized window. Rachael Excel Discussion (Misc queries) 0 November 7th 06 09:04 PM
Save As Window Size Bruckdorfer Excel Discussion (Misc queries) 1 February 13th 06 06:30 PM


All times are GMT +1. The time now is 05:59 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"