I am using Macros to assist in completing a form letter. Input boxes are used to fill in the necessary information. The letter is then sent to the recipient via email. How can I send this letter without sending the macros? Thanks for your help.
You should create a template with the macros in that and then you File>New to create the letter that you want to send. Because the template is on your machine, the macros in it will be available to the letter on your machine. However, what functionality of the form, if any, do you want the user to have. If none, you may want to unprotect the document after using the formfields, do a Ctrl+a to select everything in the document and then a Ctrl+Shift+F9 to unlink the fields, so that the data that you entered into the formfields becomes ordinary text. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP wrote in message news:1126130780.441323.10070@g44g2000cwa.googlegroups.com... >I am using Macros to assist in completing a form letter. Input boxes > are used to fill in the necessary information. The letter is then sent > to the recipient via email. How can I send this letter without sending > the macros? > > Thanks for your help. >