automating fields

  • Thread starter Thread starter tsoharris
  • Start date Start date
T

tsoharris

How do I create a Fillin field code to prompt the user for text to insert in
the email when using a template in Outlook 2007?
 
That would be a textbox you add to the custom form. You can put a label
there asking people to fill in that field or you can use one of the form's
script events such as Write or Open or whatever to open a MsgBox telling
people to fill in that field.
 
Back
Top