View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James Cox[_2_] James Cox[_2_] is offline
external usenet poster
 
Posts: 39
Default Highlight / "Selection" of AutoShape Text (Like SelStart for TextBoxes)

Anyone know how to duplicate the visual effects of SelStart and SelLength
(which are properties only of TextBoxes and ComboBoxes) on the text in an
AutoShape?

I'm not having much luck in figuring out how to do that. I can use the

.Characters(Start:=j, Length:=k)

syntax to get the right characters (after a Find operation) but can't figure
out a non-permanent way to visually mark the found text (changes made with
the .Font object appear to be pretty permanent).

Any help would be most appreciated!

James Cox