Selection.MoveEndWhile CSet:=":0123456789", Count:=wdForward
>I need to extend the current Selection to the right until it reaches a
> character that is NOT equal to either a digit (any number) or the colon
> ":"
> (kind of an odd request, I know). Any help would be greatly appreciated.
>
> Thanks,
Frankbelly - 23 Sep 2006 06:00 GMT
Great! Nice and direct. Thank you so much!!
> Selection.MoveEndWhile CSet:=":0123456789", Count:=wdForward
>
[quoted text clipped - 4 lines]
> >
> > Thanks,