W
Winnipeg Michael
I had a macro in Outlook 2003, that creates a new message with the person's
name already typed in the To address. Then I just had to type the message in
the body and click "Send".
I'd like to do this again in Outlook 2007, but having difficulty.
Without putting the exact email address in the code, I have the code set up
as this:
Sub Email1()
SendKeys "^" + "n"
SendKeys "(e-mail address removed)"
SendKeys "~"
SendKeys "{TAB 3}"
End Sub
I go back to Outlook, hit Alt+F8, select the macro to run, hit Run, but I
get the dreaded: "The macros in this project are disabled."
What do I need to do for this to run properly?
Thanks,
name already typed in the To address. Then I just had to type the message in
the body and click "Send".
I'd like to do this again in Outlook 2007, but having difficulty.
Without putting the exact email address in the code, I have the code set up
as this:
Sub Email1()
SendKeys "^" + "n"
SendKeys "(e-mail address removed)"
SendKeys "~"
SendKeys "{TAB 3}"
End Sub
I go back to Outlook, hit Alt+F8, select the macro to run, hit Run, but I
get the dreaded: "The macros in this project are disabled."
What do I need to do for this to run properly?
Thanks,