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,
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,
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks