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
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