excel01noob
Board Regular
- Joined
- Aug 5, 2019
- Messages
- 93
- Office Version
- 365
- 2016
Dear all
I have currently a macro which I run to generate a report.
Once finished the report needs to be sent to several people.
The email list of people, subject of the email and body text are saved under the tab "email" as you can see below
I want to also only send the tab named "payment list" from this active workbook.
The date will have to be today's date which I have combined in the email subject and body like this:
="Payments report VD "& TEXT(TODAY(),"dd/mm/yyyy")
Is this feasible ?
Thank you in advance.
I have currently a macro which I run to generate a report.
Once finished the report needs to be sent to several people.
The email list of people, subject of the email and body text are saved under the tab "email" as you can see below
I want to also only send the tab named "payment list" from this active workbook.
The date will have to be today's date which I have combined in the email subject and body like this:
="Payments report VD "& TEXT(TODAY(),"dd/mm/yyyy")
Is this feasible ?
Thank you in advance.