Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ElainePhd
 
Posts: n/a
Default Customizing a worksheet size

How do you reduce the size of a worksheet so that only 50 rows and/or a
select number of columns can be scrolled.
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Elaine

Hiding the unused rows and columns then protecting the sheet is one method.

Setting the scrollarea using VBA is another method.

Note: Setting ScrollArea is good for that session only and only the
activesheet. Has to be reset next time workbook is opened.

Best to place the code into a WorkBook_Open Sub in ThisWorkbook module and
specify which worksheet.

Private Sub WorkBook_Open()
Sheets("YourSheet").ScrollArea = "A1:M50"
End Sub


Gord Dibben Excel MVP



On Tue, 8 Feb 2005 12:13:05 -0800, ElainePhd
wrote:

How do you reduce the size of a worksheet so that only 50 rows and/or a
select number of columns can be scrolled.


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
change worksheet size beefyme Excel Discussion (Misc queries) 1 January 20th 05 08:13 PM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM
Worksheet shrinks in size in Excel 2000 keith253 Excel Discussion (Misc queries) 2 January 13th 05 06:02 PM
Increase default size of worksheet Westontony New Users to Excel 9 December 16th 04 11:03 PM
How can I choose A3 paper size for worksheet without connecting A. da_the_van Excel Discussion (Misc queries) 1 November 26th 04 04:01 PM


All times are GMT +1. The time now is 03:10 PM.

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

About Us

"It's about Microsoft Excel"