D
Dave
Hi,
I have found some code on the Microsoft knowledge base that 'should' allow
me to send emails and attachments
However the code tries to use Outlook and i want it to use outlook Express
the line that selects outlook is
Set objOutlook = CreateObject("Outlook.Application")
What do i use instead of Outlook.Application to get it to use Outlook
Express instead?
Thanks
Dave
I have found some code on the Microsoft knowledge base that 'should' allow
me to send emails and attachments
However the code tries to use Outlook and i want it to use outlook Express
the line that selects outlook is
Set objOutlook = CreateObject("Outlook.Application")
What do i use instead of Outlook.Application to get it to use Outlook
Express instead?
Thanks
Dave