M
mikelee101
Hello,
I have a form in my Personal Forms library that I use quite a bit. Is there
a way to open the form with a macro? If so, I could put a button on my
toolbar to run the macro so that the form would open on one click instead of
having to do choose form, then scroll to personal forms library, double click
on the form, etc.
I've used VBA in Excel and Access, but never with Outlook. I would think
there would be something like:
sub OpenMyForm()
Application.PersonalFormsLibrary.Form("MyForm").Open
end sub
But I haven't been able to figure out what any of the objects, properties or
methods might be called.
If anyone has any suggestions, please let me know.
I have a form in my Personal Forms library that I use quite a bit. Is there
a way to open the form with a macro? If so, I could put a button on my
toolbar to run the macro so that the form would open on one click instead of
having to do choose form, then scroll to personal forms library, double click
on the form, etc.
I've used VBA in Excel and Access, but never with Outlook. I would think
there would be something like:
sub OpenMyForm()
Application.PersonalFormsLibrary.Form("MyForm").Open
end sub
But I haven't been able to figure out what any of the objects, properties or
methods might be called.
If anyone has any suggestions, please let me know.