P
Phil G.
Hi all,
I have a word doc that uses a macro created with VB editor. At the moment I
create an OLE object like this:-
Set myOlApp = CreateObject("Outlook.Application")
This is OK if the intended 'user' of the doc has/defaults to Outlook, but
what I should do is check and create some kind of case based on the result!
So, my question to you guys is How do I do this? Once I know, what is the
equivalent of the above for OE?
Hope someone can send me in the right direction.
Cheers,
Phil
I have a word doc that uses a macro created with VB editor. At the moment I
create an OLE object like this:-
Set myOlApp = CreateObject("Outlook.Application")
This is OK if the intended 'user' of the doc has/defaults to Outlook, but
what I should do is check and create some kind of case based on the result!
So, my question to you guys is How do I do this? Once I know, what is the
equivalent of the above for OE?
Hope someone can send me in the right direction.
Cheers,
Phil