Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Steve Jones
 
Posts: n/a
Default Restricting Scroll Area

Hi

I have used the control box toolbar, properties, scroll area to set a range.
I can see the range I have typed in the the box. I have a couple of
reference books which I use but can see no mention of this.

It works while the worksheet is open, but despite saving changes, everytime
I go back into the file the scroll area is not set.

Where am I going wrong?

Thanks

Steve



  #3   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default Restricting Scroll Area

It works while the worksheet is open, but despite saving changes, everytime
I go back into the file the scroll area is not set.


Yes, think I read from past posts that it's transient (doesn't get saved) ..

Try the sub* below, which is to be placed in the "ThisWorkbook" module
*adapt to suit

Right-click on the Excel icon just to the left
of "File" on the menu Choose "View Code"
(This will bring you direct into the "ThisWorkbook" module)

Copy Paste the sub into the code window on the right
(clear the defaults there first)

'----
Private Sub Workbook_Open()
Worksheets("Sheet1").ScrollArea = "A1:B100"
End Sub
'---

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Steve Jones" wrote:
Hi

I have used the control box toolbar, properties, scroll area to set a range.
I can see the range I have typed in the the box. I have a couple of
reference books which I use but can see no mention of this.

It works while the worksheet is open, but despite saving changes, everytime
I go back into the file the scroll area is not set.

Where am I going wrong?

Thanks

Steve

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
Scroll Area _Named Range in worksheet Rony Excel Discussion (Misc queries) 1 November 26th 05 09:39 PM
Scroll Area Paul Dusterhoft Excel Discussion (Misc queries) 8 September 21st 05 12:36 PM
Restrict Scroll Area anuradha Excel Discussion (Misc queries) 0 July 20th 05 08:37 AM
Worksheet scroll area Steve Jones Excel Discussion (Misc queries) 3 April 22nd 05 01:07 PM
Worksheet Scroll Area Steve Jones Excel Discussion (Misc queries) 3 January 19th 05 05:21 AM


All times are GMT +1. The time now is 08:23 AM.

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"