Record a macro in Outlook

J

Jeff Marshall

Hi,
I would like to record a macro in Outlook so I don't have to write redundant
things on most (but not all) emails I send.
Then be able to press, for example, Ctrl-y, to have it add to the email.

Thanks for any help offered in advance.
Jeff
 
K

Ken Slovak - [MVP - Outlook]

Outlook doesn't have a macro recorder, you have to write your own VBA
code. Macros also can't be assigned to a hotkey, they can be called
from buttons you can add to a toolbar.

See http://www.slipstick.com/dev/vb.htm for more information.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 

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