|
Sorry for the confusion: Bad choice of words on my part.
What is the best way to select any and all words that contain the
following string:
E_N_OPERC*E_O_BILLGR
On Fri, Mar 30, 2012 at 4:51 PM, Joe Matise <snoopy369@gmail.com> wrote:
> What's the pattern there? You mean
> <letter>_<letter>_<some letters>*<letter>_<letter>_<some letters>
> ?
>
> -Joe
>
>
> On Fri, Mar 30, 2012 at 3:46 PM, Dan Abner <dan.abner99@gmail.com> wrote:
>>
>> Hi everyone,
>>
>> I have a macro var (&INTER) that resolves to a space delimited string
>> of 1500 words. What is the best way to select any and all words that
>> contain the following pattern:
>>
>> E_N_OPERC*E_O_BILLGR
>>
>>
>> Thanks!
>>
>> Dan
>
>
|