Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Steve Jones
 
Posts: n/a
Default Worksheet scroll area

Hi

My apologies if this message appears twice - I thought I sent the message
yesterday but it hasn't appeared in the group.

I have set a scroll area using the control box toolbar/properties on a
worksheet.

When the workbook is open it works fine. If I close the workbook and re -
open it the scroll area properties show nothing ( I know I have saved the
file ).

I have tried this several times now with the same result, am I missing
something really obvious?

Thanks

Steve


  #2   Report Post  
papou
 
Posts: n/a
Default

Hi steve
Place this code into Thisworkbook and amend accordingly :
Private Sub Workbook_Open()
Worksheets("SheetName").ScrollArea = "a1:f10"
End Sub

HTH
Cordially
Pascal

"Steve Jones" a écrit dans le message de
news: ...
Hi

My apologies if this message appears twice - I thought I sent the message
yesterday but it hasn't appeared in the group.

I have set a scroll area using the control box toolbar/properties on a
worksheet.

When the workbook is open it works fine. If I close the workbook and re -
open it the scroll area properties show nothing ( I know I have saved the
file ).

I have tried this several times now with the same result, am I missing
something really obvious?

Thanks

Steve




  #3   Report Post  
Steve Jones
 
Posts: n/a
Default

Thanks for your speedy reply Pascal, I wanted to this without creating a
macro, sorry should have made that clear in my original question.

Thanks



"papou" wrote in message
...
Hi steve
Place this code into Thisworkbook and amend accordingly :
Private Sub Workbook_Open()
Worksheets("SheetName").ScrollArea = "a1:f10"
End Sub

HTH
Cordially
Pascal

"Steve Jones" a écrit dans le message de
news: ...
Hi

My apologies if this message appears twice - I thought I sent the

message
yesterday but it hasn't appeared in the group.

I have set a scroll area using the control box toolbar/properties on a
worksheet.

When the workbook is open it works fine. If I close the workbook and

re -
open it the scroll area properties show nothing ( I know I have saved

the
file ).

I have tried this several times now with the same result, am I missing
something really obvious?

Thanks

Steve






  #4   Report Post  
papou
 
Posts: n/a
Default

Steve
Well then as far as I can see the only alternative would be to hide columns
and rows you don't want included and may be protect your sheet?

HTH
Cordially
Pascal

"Steve Jones" a écrit dans le message de
news: ...
Thanks for your speedy reply Pascal, I wanted to this without creating a
macro, sorry should have made that clear in my original question.

Thanks



"papou" wrote in message
...
Hi steve
Place this code into Thisworkbook and amend accordingly :
Private Sub Workbook_Open()
Worksheets("SheetName").ScrollArea = "a1:f10"
End Sub

HTH
Cordially
Pascal

"Steve Jones" a écrit dans le message
de
news: ...
Hi

My apologies if this message appears twice - I thought I sent the

message
yesterday but it hasn't appeared in the group.

I have set a scroll area using the control box toolbar/properties on a
worksheet.

When the workbook is open it works fine. If I close the workbook and

re -
open it the scroll area properties show nothing ( I know I have saved

the
file ).

I have tried this several times now with the same result, am I missing
something really obvious?

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
Search/Match between 2 x separate Worksheets and populate result in third worksheet Alan Bartley Excel Discussion (Misc queries) 1 April 11th 05 05:21 AM
how to prevent worksheet scroll bar to be bigger than working are. Worksheet AREA Excel Worksheet Functions 1 March 16th 05 06:19 PM
On an Excel Worksheet I want to view column headings as I scroll . sharon Excel Discussion (Misc queries) 1 March 14th 05 11:39 PM
Worksheet Scroll Area Steve Jones Excel Discussion (Misc queries) 3 January 19th 05 04:21 AM
print a specific area within a worksheet by clicking on print? honclub Excel Worksheet Functions 1 October 29th 04 03:22 AM


All times are GMT +1. The time now is 01:32 AM.

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"