Outlook Template with Input Boxes

  • Thread starter Thread starter jeff.dale
  • Start date Start date
J

jeff.dale

I need to create an Outlook e-mail template and have a few input boxes
prompt for information.

The template structure is complete but I want to have a few input boxes
to pop up because I have to enter the same information a few times in
the form.

Thanks
 
Good luck.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, (e-mail address removed) asked:

| I need to create an Outlook e-mail template and have a few input boxes
| prompt for information.
|
| The template structure is complete but I want to have a few input
| boxes to pop up because I have to enter the same information a few
| times in the form.
|
| Thanks
 
See http://www.outlookcode.com/d/forms.htm for forms basics. If you want to use InputBox() functions in your code behind the form, be advised that only published custom forms can run code.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top