Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Getting text under mouse cursor

Hi,

I am currently developing a screen reader program, which is designed
for those less fortunate souls who have problems reading. I would like
tu support Excel, and am therefore searching for a way to retrieve
the text in the cell which the mouse cursor is currently pointing to.
I would use MSAA, but apparently Excel widgets are not MSAA aware :(

Can anyone help me out? Automation solution prefered, but VBA will do
in a pinch...

Sincerely,
Anders S. Johansen
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Getting text under mouse cursor

Hi
you could use the Selection_change event to get the current selection
and the content of the selected cell. See:
http://www.cpearson.com/excel/events.htm

--
Regards
Frank Kabel
Frankfurt, Germany


Kallepalle wrote:
Hi,

I am currently developing a screen reader program, which is designed
for those less fortunate souls who have problems reading. I would

like
tu support Excel, and am therefore searching for a way to retrieve
the text in the cell which the mouse cursor is currently pointing to.
I would use MSAA, but apparently Excel widgets are not MSAA aware :(

Can anyone help me out? Automation solution prefered, but VBA will do
in a pinch...

Sincerely,
Anders S. Johansen


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default Getting text under mouse cursor

Have you looked into XL's capability to speak the cell contents /
recognize speech? XL2002 or later have Tool | Speech submenu. Don't
believe, but am not sure, that 2000 supports the capabilities.

XL also supports zoom capability (View | Zoom...)

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
Hi,

I am currently developing a screen reader program, which is designed
for those less fortunate souls who have problems reading. I would like
tu support Excel, and am therefore searching for a way to retrieve
the text in the cell which the mouse cursor is currently pointing to.
I would use MSAA, but apparently Excel widgets are not MSAA aware :(

Can anyone help me out? Automation solution prefered, but VBA will do
in a pinch...

Sincerely,
Anders S. Johansen

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
mouse cursor struck to big white + sign scienty Excel Discussion (Misc queries) 2 March 1st 09 05:23 PM
How do I move the cursor to the edit window without the mouse? JD Excel Discussion (Misc queries) 1 October 6th 08 01:03 PM
Have gridlines appear around mouse cursor in Excel James Grotjohn Excel Discussion (Misc queries) 1 June 6th 06 10:51 PM
Have to use cursor keys cannot use mouse in excel when linking fo. LUFC Excel Worksheet Functions 0 January 31st 05 09:51 AM
cursor or mouse move matt dunbar Excel Programming 1 January 16th 04 02:58 PM


All times are GMT +1. The time now is 08:59 AM.

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"