+ Reply to Thread
Results 1 to 2 of 2

How to disable scrolling

  1. #1
    The Soft
    Guest

    How to disable scrolling

    I like to make a excelsheet that is partialy accessable.
    Only the rows and colomns on the user display (depending on the monitor
    resolution) might be accesseble.

    So... I like to disable the scroll function. I can already disable scroll
    bars, but is it possible to disable the scrollwheel in excel?

    The Soft



  2. #2
    serdar
    Guest

    Re: How to disable scrolling

    this may work for a worksheet (reset "a1:n20" as you like):

    Private Sub Worksheet_Activate()
    Application.DisplayScrollBars = False
    Worksheets("name of worksheet").ScrollArea = "A1:N20"
    End Sub




    "The Soft" <[email protected]>, haber iletisinde şunları
    yazdı:[email protected]...
    >I like to make a excelsheet that is partialy accessable.
    > Only the rows and colomns on the user display (depending on the monitor
    > resolution) might be accesseble.
    >
    > So... I like to disable the scroll function. I can already disable scroll
    > bars, but is it possible to disable the scrollwheel in excel?
    >
    > The Soft
    >




+ 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