Automatic E-mail sending help - Lotus Notes

Chris Murphy

New member
Local time
Yesterday, 22:50
Joined
Jun 19, 2009
Messages
1
Hi

I am using the following macro to automatically create a lotus notes message from an excel spreadsheet. is there any way this could be adapted so that the message automatically sends?

Many Thanks

_______________________________________________________________

Sub TEST2()
'
' TEST2 Macro
' Macro recorded
'

Application.Dialogs(xlDialogSendMail).Show "Email Address", "subject"
End Sub
 
Search CDO

Hi

I am using the following macro to automatically create a lotus notes message from an excel spreadsheet. is there any way this could be adapted so that the message automatically sends?

Many Thanks

_______________________________________________________________

Sub TEST2()
'
' TEST2 Macro
' Macro recorded
'

Application.Dialogs(xlDialogSendMail).Show "Email Address", "subject"
End Sub
 

Users who are viewing this thread

Back
Top Bottom