View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ha See Hung Ha See Hung is offline
external usenet poster
 
Posts: 2
Default Extracting text to the right of the caret

Hi guys,

I am developing a screen reading software with speech output for the
visually impaired. Can anyone please advise me on how to programatically :

a. locate the position of the caret; and

b. extract the text to the right of the caret

when the user is editing text in a cell. Thank you.