Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default [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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default [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" wrote in message
oups.com...
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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default [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" wrote in message
oups.com...
| 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I get the scroll bars on the Excel window Rob in Corpus Christi Excel Discussion (Misc queries) 1 October 29th 06 01:19 AM
Excel addin from C# - Trap excel events Karthikeyan N Excel Programming 1 May 4th 05 09:47 PM
How to trap KeyDown Events For Worksheets ? Adrian[_7_] Excel Programming 1 August 3rd 04 11:00 AM
Trap Excel events from VB pat Excel Programming 0 August 18th 03 11:01 PM


All times are GMT +1. The time now is 02:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"