+ Reply to Thread
Results 1 to 3 of 3

[URGENT] How to Trap Excel Window Scroll Events in VSTO

  1. #1
    Surjya
    Guest

    [URGENT] How to Trap Excel Window Scroll Events in VSTO

    Hi all,

    Does anybody have any idea about how to trap the window scroll-bar
    events and mouse scroll events for an excel sheet through VSTO?
    We can also make do with any events related to change of visible range.

    We are in real soup now. Any little help will be appreciated

    Thanks in advance
    ~Surjya.


  2. #2
    Tom Ogilvy
    Guest

    Re: [URGENT] How to Trap Excel Window Scroll Events in VSTO

    there are no built in events associated with any of what you describe. If
    you want that type of control, my guess would be you would need to subclass
    excel.

    A workaround might be to use the selectionchange event, but the user can
    scroll and not select and not trigger that event.

    --
    Regards,
    Tom Ogilvy


    "Surjya" <[email protected]> wrote in message
    news:[email protected]...
    > Hi all,
    >
    > Does anybody have any idea about how to trap the window scroll-bar
    > events and mouse scroll events for an excel sheet through VSTO?
    > We can also make do with any events related to change of visible range.
    >
    > We are in real soup now. Any little help will be appreciated
    >
    > Thanks in advance
    > ~Surjya.
    >




  3. #3
    Jim Rech
    Guest

    Re: [URGENT] How to Trap Excel Window Scroll Events in VSTO

    >how to trap the window scroll-bar events and mouse scroll events for an
    >excel sheet



    There are no such events, at least none exposed by Excel. I think you'd
    have to check the visible range periodically.

    --
    Jim
    "Surjya" <[email protected]> wrote in message
    news:[email protected]...
    | Hi all,
    |
    | Does anybody have any idea about how to trap the window scroll-bar
    | events and mouse scroll events for an excel sheet through VSTO?
    | We can also make do with any events related to change of visible range.
    |
    | We are in real soup now. Any little help will be appreciated
    |
    | Thanks in advance
    | ~Surjya.
    |



+ 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