Macro

R

rexmann

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
 
S

Sue Mosher [MVP-Outlook]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top