Attachments reminder for Outlook
This site (http://mark.bird.googlepages.com/) has an Outlook Macro you can use to help keep your from sending emails in Outlook without an attachment. It scans the email and looks for the word "attach". If it finds the word and there are no attachments, you get a warning.
You can also edit the macro to use other words (I prefer "attachment" and not "attach) by modifying this line in the macro:
Just change the "attach" text to whatever you want and you'll get the warning if there are no attachments on the email.
You can also edit the macro to use other words (I prefer "attachment" and not "attach) by modifying this line in the macro:
intIn = InStr(1, Left(strBody, intIn), "attach")
Just change the "attach" text to whatever you want and you'll get the warning if there are no attachments on the email.
| Link: | mark.bird.googlepages.com...Search for more tips related to this link |
| Rating: | no ratings, 0 total Votes |
| Categories: | Outlook email attachments |
| Added: | on Dec 20, 2008 at 1:39 pm |
| Added By: | an anonymous user |
| Searches: | attachment outlook email word macro |

