Subject macro

K

kaiser

Hello,

i have a bit of basic experiece programming vba for excel and want to
write somethig for Outlook so that whenever I open a blank email to
send a new email it pops up with a window asking me to select one of
four choices for the subject....is this possible?
If so, can someone give me some guidance on how to start? thanks!
 
M

Michael Bauer

Am 3 Oct 2005 02:15:14 -0700 schrieb kaiser:

I´d add an UserForm to the VBA project with a List-, Combobox, or 4
OptionButtons e.g. Then use the NewInspector event, which tells you if
an Inspector is being opened. A sample is available in the VBA help.

Check the Inspector´s CurrentItem property for its Class property if the
item is an MailItem, and check the EntryID: If it´s blank then it´s a
new item.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top