Adding Object Library to VBA Code

A

aaron

Hi - I have some VBA code that automates emails through MS
Access and all of a sudden the routine stopped working and
debugged giving an 'object or reference not found'
error...The problem has to do with a missing object
library (it says i'm MISSING Microsoft Outlook Object
Library 10.0) but when i go to add the library there is
only Microsoft Outlook Object Library 9.0 available which
for some reason is no longer good enough to support the
code I've written. Is there a way to download a newer
object library (the Outlook 10.0 library)? If so, how?
 
D

Douglas J. Steele

The only way to get the Microsoft Outlook Object Library 10.0 is to install
Outlook 2002. You can't get it any other way.
 

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