+ 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
    donaldb@281.com
    "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
    news:AF4CA8F1-BCAE-4072-9D96-843513A860D2@microsoft.com...
    > 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
    > donaldb@281.com
    > "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
    > news:AF4CA8F1-BCAE-4072-9D96-843513A860D2@microsoft.com...
    > > 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
    donaldb@281.com
    "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
    news:6280CB10-32D0-4288-A286-AF1F5F79AC8F@microsoft.com...
    > 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
    > > donaldb@281.com
    > > "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
    > > news:AF4CA8F1-BCAE-4072-9D96-843513A860D2@microsoft.com...
    > > > 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