C
crazyv
Greetings to all,
I am creating a Outlook 2003 ThisOutlookSession module. I need to feed in a
string and filter the certain parts of it based on delimited characters.
I know I can do this using "InStrB" as Michael(MVP) had suggested on one of
the posts.
I found that Regular Expression can also be used according to a post by Sue
(MVP).
I think I could manage the "InStrB" method - but would like to learn the
Regular expression way as well!
I have used VB's (Scripting) "RegEx" Object previously to create RE's but am
unable to find a similar 'regex' object to use within the VB Editor in
Outlook (?)
I was not able to find a reference within MSDN for VB Outlook Regular
expression either. (tried Google too)
If someone could point me to a link out there on the web to get me on my
way, I would appreciate that a lot.
Thanks!
I am creating a Outlook 2003 ThisOutlookSession module. I need to feed in a
string and filter the certain parts of it based on delimited characters.
I know I can do this using "InStrB" as Michael(MVP) had suggested on one of
the posts.
I found that Regular Expression can also be used according to a post by Sue
(MVP).
I think I could manage the "InStrB" method - but would like to learn the
Regular expression way as well!
I have used VB's (Scripting) "RegEx" Object previously to create RE's but am
unable to find a similar 'regex' object to use within the VB Editor in
Outlook (?)
I was not able to find a reference within MSDN for VB Outlook Regular
expression either. (tried Google too)
If someone could point me to a link out there on the web to get me on my
way, I would appreciate that a lot.
Thanks!