Edit function required

  • Thread starter Thread starter normankong via OfficeKB.com
  • Start date 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
 
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
 
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]
 
Back
Top