Image

Imagevalera wrote in Imagevbdev

new dev comm

Hey guys. Welcome!

And here's the first question:

how come i can create an outlook.application variable with the following:
Set myOlApp = CreateObject("Outlook.Application")
but this:
Dim something As Outlook.Application
tells me that my nuser-defined type isn't defined?