View Single Post
  #3  
Old December 19th 06, 06:41 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default VBA Macro to Open Form

Use the Application.CreateItemFromTemplate method. You'll need the full path to your saved Laptop.oft file.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"LDMueller" wrote in message ...
I have an Outlook form which I can access from Outlook 2003 by going to
Tools, Forms, Choose Form. If I "Look In" User Templates in File System I
can see my form named Laptop. I'd like to create a macro in VBA code which
will allow me to open this form.

Can anyone help?

Thanks in advance!

Ads