T tsoharris Feb 12, 2009 #1 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?
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?
K Ken Slovak - [MVP - Outlook] Feb 13, 2009 #2 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.
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.