new dev comm
Hey guys. Welcome!
And here's the first question:
how come i can create an outlook.application variable with the following:
but this:
tells me that my nuser-defined type isn't defined?
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.Applicationtells me that my nuser-defined type isn't defined?
