Shortcut to Personal Forms Library

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

Guest

Is there a way to setup a shortcut to the personal forms library? I would
hate for my users to have to go:
Tools->Forms->Open Form-> Select the library and the form.

I wrote a macro and made a button for it, but a shortcut might be easier.

Thanks,
Gil
 
No, that's not possible Your macro approach is a good one.

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
There is no supported way to deploy VBA macros. I thought you were asking for your personal use. See http://www.outlookcode.com/d/distributevba.htm.

For something distributable, an add-in would be a better solution.

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

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