can't find module outlook.applicatioin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
Back
Top