Thanks Paul. I have it published, and everything works ok. But how can I
make a shortcut to open up the form? I don't want to click File, New,
Choose Form..... I have many forms that I use, so it would be nice to have
shortcuts.
It depends what you want the forms to do. I have a bunch of action forms that
I open up to run some code behind the form. These I give a name that begins
with a number so they sit at the very beginning of default folder of that
type. When I close the form I opened to run code, I don't save any changes
that may have been made programmatically to the form.
You can also add custom buttons to custom toolbars and run them as add-ins to
Outlook. However, you have to have the knowledge of how to create COM Add-ins
with Visual Studio, have Visual Studio itself, and know a dot net programming
language, and how to get an add-in working. There are many custom add-ins
available for purchase which may do the trick. Go to
www.slipstick.com and
browse through the utilities section.
Another thing you can do is write a macro that opens your desired form, give
it a recognizable name and run it from the GUI behind the Alt-F8 key. I have
an example of this in a Office Automation Example located at this URL:
Automating Tip Capture with Office Systems 2003 - Part 2
http://msmvps.com/blogs/obts/archive/2005/10/19/71693.aspx