Access ¨ Excel ¨ FrontPage ¨ Outlook ¨ PowerPoint ¨ Word ¨ Miscellaneous ¨ Tutorials ¨ Windows
Free Downloads
¨
Suggest an Article
¨
Fix an Article
|
|
Viewed times since 11 June 2005
Here I try to provide all the different methods you can use. Some require VBA. I don't explain all options, but I do explain those used most.
If you just want to email your document once, you can use one of several different methods:
Use FileàSend to from the menu.

Use the Email Toolbar Icon.
Click the button on the Standard toolbar.

Clicking this button brings up an "email message header". Fill it out and hit Send a copy.

Perhaps you've created a form in Word. You want people to fill it out and have them send it back to you with the click of a button. VBA Express's knowledgebase has two methods:
Using MAPI (any email client): http://www.vbaexpress.com/kb/getarticle.php?kb_id=310
Using Microsoft Outlook only: http://www.vbaexpress.com/kb/getarticle.php?kb_id=98
You will need to add a method of sending that the user can easily see. Perhaps a Submit button at the end of the document. To create this, use the Control Toolbox. See this article for more information.
You can right-click any file and choose Send ToàMail Recipient.
You can create any email, then choose the Attach icon to attach any file. Microsoft security features disable the receipt of many attachments. Please see this article for more information. While my image shows Outlook, virtually all email clients have a paperclip icon for inserting/attaching files.

All contents copyright Anne Troy 2005-2006