everyday I am handling daily reporting. Which was quite time consuming. Basically I need to send email containing brief comparison of sales yesterday with sales last week and month. That is working pretty well. Once this is done the message is pasted to new sheet and then I have to copy it and paste into new email in Outlook.
Is there a possibility to create macro that will open new message in Outlook? So I'll be able to insert my text. I am able to write macro that will send it directly from Excel but this is not something I really want to as some part of the reporting must by done by looking at numbers manually.
Many thanks in advance!
I've found this one and it is working perfectly!!!!
Just maybe one extra thing - is there a possibility to attach opened document as a attachment?
I cannot test it now, but it would go like this:
You can set o.To, o.Subject etc. before displaying it. Sorry it is not tested but I do not have Outlook on my home computer, I use it only at work. I will check it tomorrow if I remembered correctly.
To add the
ActiveWorbook
as an attachment:Use Attachments.Add
to add the file from the location from 1code