VB Error: Save Embedded Pictures in Their Original Format

S

SFSwimmer

I got some code from the following site:
http://www.howto-outlook.com/howto/saveembeddedpictures.htm

I think that I followed the instructions correctly, however, when I run the
macro, I get the following error message:

Title Bar: Microsoft Visual Basic

Body:
Run-time error '-2147023770 (8007007e)':
Automation error
The specified module could not be found.

Buttons:
Continue (grayed out); End; Debug; Help

Debug takes you to this line of code:
Set MyOlApplication = CreateObject("Outlook.Application")
 
Top