I
Ian Cowley
I've recently transported all my mail from Eudora to Outlook, and loads of
my messages have random Eudora HTML-like tags in them that I'd like to get
rid of.
I'd like to creat (or download) a macro that will open every email I have
and strip out the tags - there are only a couple of different tags so it's a
simple search-and-replace.
I've never coded macros in VB before, so I'd like some pointers as to how I
can
a) Enumerate folders/emails and open them for editing
b) find and replace strings within the opened email.
If necessary I just need to open every email in a particular folder, as I
can manually change which folder is searched, but it's the
opening-every-email bit (or opening any email) I can;t do.
Help greatly appreciated,
my messages have random Eudora HTML-like tags in them that I'd like to get
rid of.
I'd like to creat (or download) a macro that will open every email I have
and strip out the tags - there are only a couple of different tags so it's a
simple search-and-replace.
I've never coded macros in VB before, so I'd like some pointers as to how I
can
a) Enumerate folders/emails and open them for editing
b) find and replace strings within the opened email.
If necessary I just need to open every email in a particular folder, as I
can manually change which folder is searched, but it's the
opening-every-email bit (or opening any email) I can;t do.
Help greatly appreciated,