+ Reply to Thread
Results 1 to 3 of 3

Trapping ScrollBar's Scroll Amount

  1. #1
    Gene
    Guest

    Trapping ScrollBar's Scroll Amount

    I'm trying to trap the scroll amount on a scroll bar (from the Forms
    toolbox), and keep getting the dreaded "Object required" error...I hate
    that... I know I need more than the ScrollBar6.Value, but can't figure
    out what...

    Any help would be appreciated...thanks...


  2. #2
    Harald Staff
    Guest

    Re: Trapping ScrollBar's Scroll Amount

    Hi

    MsgBox Sheets(1).ScrollBars(1).Value
    MsgBox Sheets(1).DrawingObjects("Scroll Bar 1").Value
    MsgBox Sheets(1).ScrollBars("Scroll Bar 1").Value

    HTH. best wishes Harald

    "Gene" <[email protected]> skrev i melding
    news:[email protected]...
    > I'm trying to trap the scroll amount on a scroll bar (from the Forms
    > toolbox), and keep getting the dreaded "Object required" error...I hate
    > that... I know I need more than the ScrollBar6.Value, but can't figure
    > out what...
    >
    > Any help would be appreciated...thanks...
    >




  3. #3
    Gene
    Guest

    Re: Trapping ScrollBar's Scroll Amount

    Works great...thanks for the help...


+ 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