How do you find ( in VBA) the setstart position in an autoshape text box. Not in a forms text box. What is needed is the equivalent of
ActiveSheet.Shapes("TexHelp") .TextFrame.Characters.SelStart
When editing this type of text box. Clicking on a position and highlighting it allows for font size color etc modifications so the system has the cursor position in the characters... but how do get this from VBA .. especially how to find the clicked word. It seems to have all sorts of funny 255 char string restrictions and no record macro code.. Were the Ms people switching from VB in this area
ActiveSheet.Shapes("TexHelp") .TextFrame.Characters.SelStart
When editing this type of text box. Clicking on a position and highlighting it allows for font size color etc modifications so the system has the cursor position in the characters... but how do get this from VBA .. especially how to find the clicked word. It seems to have all sorts of funny 255 char string restrictions and no record macro code.. Were the Ms people switching from VB in this area