+ Reply to Thread
Results 1 to 2 of 2

Thread: How do I restrict any one not to scroll more than 100 row?

  1. #1
    Saadi
    Guest

    How do I restrict any one not to scroll more than 100 row?

    HI,
    I wana try to restrict the users not to scroll more than 100 rows. like if a
    person scroll the excel worksheet downward than it will not scroll lower than
    row number 100 and simililarly for column K.

    Thanks,

  2. #2
    Chip Pearson
    Guest

    Re: How do I restrict any one not to scroll more than 100 row?

    You can set the ScrollArea property. E.g.,

    Sub AAA()
    Worksheets("Sheet1").ScrollArea = "A1:K100"
    End Sub


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "Saadi" <Saadi@discussions.microsoft.com> wrote in message
    news:442A6B4C-C8F6-44A6-BB7C-14133F79C679@microsoft.com...
    > HI,
    > I wana try to restrict the users not to scroll more than 100
    > rows. like if a
    > person scroll the excel worksheet downward than it will not
    > scroll lower than
    > row number 100 and simililarly for column K.
    >
    > Thanks,




+ 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.2.0