![]() |
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 |
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 |
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 |
All times are GMT +1. The time now is 12:32 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com