+ Reply to Thread
Results 1 to 4 of 4

scroll lock

  1. #1
    Benjamin
    Guest

    scroll lock

    Is there any way to limit the range a user may scroll / select in a worksht?

    TIA

    Ben

  2. #2
    Don Guillett
    Guest

    Re: scroll lock

    The vba help files are your friend

    ScrollArea Property
    See Also Applies To Example Specifics
    Returns or sets the range where scrolling is allowed, as an A1-style range
    reference. Cells outside the scroll area cannot be selected. Read/write
    String.

    Remarks
    Set this property to the empty string ("") to enable cell selection for the
    entire sheet.

    Example
    This example sets the scroll area for worksheet one.

    Worksheets(1).ScrollArea = "a1:f10"
    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Benjamin" <[email protected]> wrote in message
    news:[email protected]...
    > Is there any way to limit the range a user may scroll / select in a

    worksht?
    >
    > TIA
    >
    > Ben




  3. #3
    Benjamin
    Guest

    Re: scroll lock

    Thanks Don

    "Don Guillett" wrote:

    > The vba help files are your friend
    >
    > ScrollArea Property
    > See Also Applies To Example Specifics
    > Returns or sets the range where scrolling is allowed, as an A1-style range
    > reference. Cells outside the scroll area cannot be selected. Read/write
    > String.
    >
    > Remarks
    > Set this property to the empty string ("") to enable cell selection for the
    > entire sheet.
    >
    > Example
    > This example sets the scroll area for worksheet one.
    >
    > Worksheets(1).ScrollArea = "a1:f10"
    > --
    > Don Guillett
    > SalesAid Software
    > [email protected]
    > "Benjamin" <[email protected]> wrote in message
    > news:[email protected]...
    > > Is there any way to limit the range a user may scroll / select in a

    > worksht?
    > >
    > > TIA
    > >
    > > Ben

    >
    >
    >


  4. #4
    Don Guillett
    Guest

    Re: scroll lock

    glad to help

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Benjamin" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks Don
    >
    > "Don Guillett" wrote:
    >
    > > The vba help files are your friend
    > >
    > > ScrollArea Property
    > > See Also Applies To Example Specifics
    > > Returns or sets the range where scrolling is allowed, as an A1-style

    range
    > > reference. Cells outside the scroll area cannot be selected. Read/write
    > > String.
    > >
    > > Remarks
    > > Set this property to the empty string ("") to enable cell selection for

    the
    > > entire sheet.
    > >
    > > Example
    > > This example sets the scroll area for worksheet one.
    > >
    > > Worksheets(1).ScrollArea = "a1:f10"
    > > --
    > > Don Guillett
    > > SalesAid Software
    > > [email protected]
    > > "Benjamin" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Is there any way to limit the range a user may scroll / select in a

    > > worksht?
    > > >
    > > > TIA
    > > >
    > > > Ben

    > >
    > >
    > >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1