Creating an Outlook Application Object in Access code. Please help :-(

S

Simon Harvey

Hi,

I'm having a really stupid problem here. I ma trying to create a new Outlook
object so that I can do things to it.
However, I can't tell if its working or not because my code compiles fine,
but intellisence isnt working. The code is as follows in an access database:

Option Compare Database

Public Sub activate()
Set myOlApp = CreateObject("Outlook.Application")

End Sub


If I were to then try and start typing myOlApp or even Outlook. - I dont get
any help. Is this right. I dont much fancy having to program using app
objects that don't have intellisense enabled.

Have i missed a reference or something? Please please tell me I have !

Thanks everyone

Simon
 

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