+ Reply to Thread
Results 1 to 2 of 2

Thread: Limit Scrolling

  1. #1
    Valued Forum Contributor
    Join Date
    04-25-2006
    Posts
    215

    Limit Scrolling

    What's the best way to limit scrolling on a worksheet. I've several differnt examples that just didn't seem to work properly.

    Any ideas?

    ep

  2. #2
    papou
    Guest

    Re: Limit Scrolling

    Hello
    Place this into Thisworkbook and amend accordingly:
    Private Sub Workbook_SheetActivate(ByVal Sh As Object)
    If Sh.Name = "Sheet1" Then
    Worksheets(Sh.Name).ScrollArea = "A1:C10"
    End If
    End Sub

    HTH
    Cordially
    Pascal

    "edwardpestian" <edwardpestian.2a0aqp_1151320208.2996@excelforum-nospam.com>
    a écrit dans le message de news:
    edwardpestian.2a0aqp_1151320208.2996...rum-nospam.com...
    >
    > What's the best way to limit scrolling on a worksheet. I've several
    > differnt examples that just didn't seem to work properly.
    >
    > Any ideas?
    >
    > ep
    >
    >
    > --
    > edwardpestian
    > ------------------------------------------------------------------------
    > edwardpestian's Profile:
    > http://www.excelforum.com/member.php...o&userid=33809
    > View this thread: http://www.excelforum.com/showthread...hreadid=555518
    >




+ 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