Unable to create new macro

T

twentw

I'm unable to create a new macro in Outlook 2007. I've read elsewhere that
there should be a "New Macro" menu item in Tools:Macro, but there isn't.
Also, in the VB Editor there's an "Insert Procedure" menu item, but it's
greyed out. What can I do?
 
M

Michael Bauer [MVP - Outlook]

Can't you just enter something new into the ThisOutlookSession module, e.g.:

Public Sub ThisIsNew()
....
End Sub

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Sun, 25 Jan 2009 08:00:01 -0800 schrieb twentw:
 
T

twentw

That worked. Thank you.


Michael Bauer said:
Can't you just enter something new into the ThisOutlookSession module, e.g.:

Public Sub ThisIsNew()
....
End Sub

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Sun, 25 Jan 2009 08:00:01 -0800 schrieb twentw:
 

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