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 do I set a scroll area in excel 2007 without using VBA?

Am creating a form to use for our calibration sessions and i dont want then
to scroll to other parts of the worksheet that is not necessary.

I will be using this for to tally and compare results of our audits are
calibrated.

can someone assist?

thanks!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 118
Default How do I set a scroll area in excel 2007 without using VBA?

What I do is I hide all the rows and columns around the area I want people to
be able to scroll. To get all the way to the end of the columns/rows quickly,
select a column/row then press Ctrl+Shift+(any arrow key). To hide, select
columns/rows, right click "Hide"

If this helps, please click "Yes"
<<<<<<<<<<<


"Setting a scroll area in excel 2007" wrote:

Am creating a form to use for our calibration sessions and i dont want then
to scroll to other parts of the worksheet that is not necessary.

I will be using this for to tally and compare results of our audits are
calibrated.

can someone assist?

thanks!!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do I set a scroll area in excel 2007 without using VBA?

Don't have xl07, but think you could play around with the sub below
(sub to be placed in the "ThisWorkbook" module):

Private Sub Workbook_Open()
Worksheets("Sheet1").ScrollArea = "a1:d5"
End Sub

Adapt to suit. any good? hit the YES below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Setting a scroll area in excel 2007" wrote:
Am creating a form to use for our calibration sessions and i dont want then
to scroll to other parts of the worksheet that is not necessary.

I will be using this for to tally and compare results of our audits are
calibrated.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I set a scroll area in excel 2007 without using VBA?

Max

Re-read subject line<g


Gord

On Tue, 27 Oct 2009 07:29:02 -0700, Max wrote:

Don't have xl07, but think you could play around with the sub below
(sub to be placed in the "ThisWorkbook" module):

Private Sub Workbook_Open()
Worksheets("Sheet1").ScrollArea = "a1:d5"
End Sub

Adapt to suit. any good? hit the YES below


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do I set a scroll area in excel 2007 without using VBA?

One way is to modify a setting on the properties window for that worksheet.

Inside the VBE, show the project explorer (ctrl-r)
Select the worksheet you want to modify.
hit F4 to show the properties window
Scroll to the ScrollArea property and type the address you want to use.

You can also activate your sheet, then click on the developer's tab and click on
the design mode icon.

Then click on the properties icon and make that same change.

The bad news is that this setting isn't remembered if you close and reopen the
workbook (well, at least not in xl2003--not sure about xl2007).

But you can change the scroll area after you've opened the workbook without
using a macro.

Setting a scroll area in excel 2007 wrote:

Am creating a form to use for our calibration sessions and i dont want then
to scroll to other parts of the worksheet that is not necessary.

I will be using this for to tally and compare results of our audits are
calibrated.

can someone assist?

thanks!!!


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do I set a scroll area in excel 2007 without using VBA?

Ahh, I missed that earlier, Gord.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Max

Re-read subject line<g


Gord



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
How do I turn scroll lock off (2007 excel)? No scroll lock key Cameron A Perth Excel Discussion (Misc queries) 1 September 18th 09 05:46 AM
How do I set the scroll area in excel2 007 PeterBelgie New Users to Excel 3 October 17th 08 06:40 PM
Scroll Area Paul Dusterhoft Excel Discussion (Misc queries) 8 September 21st 05 11:36 AM
Worksheet scroll area Steve Jones Excel Discussion (Misc queries) 3 April 22nd 05 12:07 PM
Worksheet Scroll Area Steve Jones Excel Discussion (Misc queries) 3 January 19th 05 04:21 AM


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