Hi
I used to have Microsoft Outlook as my default email system
I had been using this code to send my excel sheet through outlook email
Application.Dialogs(xlDialogSendMail).Show arg1:="r_brown@ibm.com" , arg2:="Costing.xls"
It worked perfectly well for me
Now I would be moving to Lotus Notes pretty soon
I would like to like to know if Application.Dialogs(xlDialogSendMail).Show works for Lotus Notes too?
Please suggest
I used to have Microsoft Outlook as my default email system
I had been using this code to send my excel sheet through outlook email
Application.Dialogs(xlDialogSendMail).Show arg1:="r_brown@ibm.com" , arg2:="Costing.xls"
It worked perfectly well for me
Now I would be moving to Lotus Notes pretty soon
I would like to like to know if Application.Dialogs(xlDialogSendMail).Show works for Lotus Notes too?
Please suggest