A macro where? An Outlook VBA macro wouldn't need that statement, because it supports an intrinsic Application object. Did you recently install new anti-virus software?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"bgrimsley" <(E-Mail Removed)> wrote in message news

D7A31A7-3249-4D4E-BB9B-(E-Mail Removed)...
>
> I had a macro setup to open a mail item from a template. It has now quit
> working and I get an error can't find specified module. When I click debug
> this line is highlighted.
> Set myOlApp = CreateObject("Outlook.Application")
>
> any suggestion as to how to fix the problem
> thanks