Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

I have created a form (very simple form with a few check boxes etc) and
saved the form.

What I would like is a macro that opens that particular form (which I will
then attach to a button)

Does anyone know a bit of script for this?

Any help greatly appreciated

Kind regards

Rexmann
 
Set objItem = _
objFolder.Items.Add("IPM.Note.Your Custom Form")

where objFolder is the folder where you want to store the item or, in the case of a message form, the Drafts folder.

Also see http://www.outlookcode.com/d/launchform.htm

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

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