Unable to create new macro

  • Thread starter Thread starter twentw
  • Start date Start date
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?
 
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:
 
Back
Top