Edit function required

  • Thread starter normankong via OfficeKB.com
  • Start date
N

normankong via OfficeKB.com

Hi all

I have a specific requirement to be able to edit and replace all columes 1 to
5 containing "-----" with "=========" in a email before sending using a
subroutine.

Thanking you in advance

Norman
 
S

Sue Mosher [MVP-Outlook]

Columns? Email messages generally don't have columns.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
S

Sue Mosher [MVP-Outlook]

Once you have the "row" (I'm not sure I know where that's supposed to come from), return the first five characters with the Left() function.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


normankong via OfficeKB.com said:
Hi Sue

I meant the first 5 characters of the row.

Hope this helps.

Regards

Norman


Columns? Email messages generally don't have columns.
[quoted text clipped - 5 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top