B
Brad
Good morning.
Is there a way to access a Module's procedures in Outlook
from Excel?
The equivalent of:
Dim Outlook as Outlook.Application
set Outlook = GetObject(,"Outlook.Application")
Outlook.Module1.SendMail strName, strSubject, strMessage
Where sendmail creates a mailitem and sends it?
This is a bad example as you can easily do that from
Excel, but is there a way to access a module in another
application?
Thanks in advance.
-Brad
Is there a way to access a Module's procedures in Outlook
from Excel?
The equivalent of:
Dim Outlook as Outlook.Application
set Outlook = GetObject(,"Outlook.Application")
Outlook.Module1.SendMail strName, strSubject, strMessage
Where sendmail creates a mailitem and sends it?
This is a bad example as you can easily do that from
Excel, but is there a way to access a module in another
application?
Thanks in advance.
-Brad