needhelptdot
New Member
- Joined
- Sep 8, 2011
- Messages
- 13
I'm trying to write a code that will extract information from an excel table and copy it into an email in outlook. It's basically a checklist and if its checked of, the excel sheet will say '(check)' in the column. The outlook email should have the label name and if that label has been checked from the userform, it should say (check) beside it in the email. Example:
Excel...
Column 1 Column 2 Column 3
1. Copy file (check)
2. delete file
Outlook Email...
(check) 1. Copy file
2. Delete file
So when the email says (check)...I was wondering if just that string could be changed to RED font. Any ideas?
Excel...
Column 1 Column 2 Column 3
1. Copy file (check)
2. delete file
Outlook Email...
(check) 1. Copy file
2. Delete file
So when the email says (check)...I was wondering if just that string could be changed to RED font. Any ideas?