A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Personal Forms Library



 
 
Thread Tools Display Modes
  #1  
Old October 1st, 2009, 05:41 PM posted to microsoft.public.outlook.general
Carol
external usenet poster
 
Posts: 401
Default Personal Forms Library

Using Outlook 2003 -- is it possible to put a shortcut to or a dropdown menu
for the Personal Forms Library in either the Folders List or menu toolbar? I
have a large number of messages that I use regularly and it would be easier
to use them if I didn't always have to go throught "Tools/Forms/Choose Form"
etc to find them.

Any help would be greatly appreciated.

Thanks


  #2  
Old October 1st, 2009, 11:23 PM posted to microsoft.public.outlook.general
Sue Mosher [MVP][_2_]
external usenet poster
 
Posts: 61
Default Personal Forms Library

You'd need to write a macro for each form you want to launch. To create a new
instance of a custom form programmatically, use the Add method on the target
folder's Items collection:

Set newItem = targetFolder.Items.Add("IPM.Note.YourFormName")

If it's a message form, use the Drafts folder as the target.

See http://www.outlookcode.com/article.aspx?id=56 for other ideas. If you
need help with the macro code, post in the
microsoft.public.outlook.program_vba newsgroup, not this one.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Carol" wrote:

Using Outlook 2003 -- is it possible to put a shortcut to or a dropdown menu
for the Personal Forms Library in either the Folders List or menu toolbar? I
have a large number of messages that I use regularly and it would be easier
to use them if I didn't always have to go throught "Tools/Forms/Choose Form"
etc to find them.

Any help would be greatly appreciated.

Thanks


  #3  
Old October 2nd, 2009, 04:35 PM posted to microsoft.public.outlook.general
Brian Tillman [MVP - Outlook]
external usenet poster
 
Posts: 10,888
Default Personal Forms Library

"Carol" wrote in message
...

Using Outlook 2003 -- is it possible to put a shortcut to or a dropdown menu
for the Personal Forms Library in either the Folders List or menu toolbar?
I
have a large number of messages that I use regularly and it would be easier
to use them if I didn't always have to go throught "Tools/Forms/Choose Form"
etc to find them.


Why not just have the messages in your Drafts folder? Open the Drafts folder,
right-click the prepackaged message and choose Forward. Fill in the specific
details and click Send.
--
Brian Tillman [MVP-Outlook]

  #4  
Old October 8th, 2009, 02:36 PM posted to microsoft.public.outlook.general
Carol
external usenet poster
 
Posts: 401
Default Personal Forms Library

Thank you both for your suggestions. I finally decided to just publish the
forms to my Inbox. They are then all available from the "Actions" dropdown
menu.

Thanks again,



"Brian Tillman [MVP - Outlook]" wrote:

"Carol" wrote in message
...

Using Outlook 2003 -- is it possible to put a shortcut to or a dropdown menu
for the Personal Forms Library in either the Folders List or menu toolbar?
I
have a large number of messages that I use regularly and it would be easier
to use them if I didn't always have to go throught "Tools/Forms/Choose Form"
etc to find them.


Why not just have the messages in your Drafts folder? Open the Drafts folder,
right-click the prepackaged message and choose Forward. Fill in the specific
details and click Send.
--
Brian Tillman [MVP-Outlook]


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:50 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.