Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
mouse cursor struck to big white + sign | Excel Discussion (Misc queries) | |||
How do I move the cursor to the edit window without the mouse? | Excel Discussion (Misc queries) | |||
Have gridlines appear around mouse cursor in Excel | Excel Discussion (Misc queries) | |||
Have to use cursor keys cannot use mouse in excel when linking fo. | Excel Worksheet Functions | |||
cursor or mouse move | Excel Programming |