Group:  Microsoft Word ยป microsoft.public.word.vba.beginners
Thread: Extending My Selection

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Extending My Selection
Frankbelly 23.09.2006 02:43:01
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,


Re: Extending My Selection
"Jezebel" <warcrimes[ at ]whitehouse.gov> 23.09.2006 03:48:36
Selection.MoveEndWhile CSet:=":0123456789", Count:=wdForward




"Frankbelly" <Frankbelly[ at ]discussions.microsoft.com> wrote in message
news:8A4E2FC6-3957-43E6-8EDC-032AB1931E4F[ at ]microsoft.com...
[Quoted Text]
>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,
>
>


Re: Extending My Selection
Frankbelly 23.09.2006 05:00:01
Great! Nice and direct. Thank you so much!!

"Jezebel" wrote:

[Quoted Text]
> Selection.MoveEndWhile CSet:=":0123456789", Count:=wdForward
>
>
>
>
> "Frankbelly" <Frankbelly[ at ]discussions.microsoft.com> wrote in message
> news:8A4E2FC6-3957-43E6-8EDC-032AB1931E4F[ at ]microsoft.com...
> >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,
> >
> >
>
>
>

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net