mrMadCat
New Member
- Joined
- Jun 8, 2016
- Messages
- 39
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
Hi!
I have excel file which is saved locally in OneDrive folder but is shared within office 365 so can't use VBA.
So I need to run a macro from MS Outlook to copy data from the excel file and past it in the new email's body.
Here is the whole routine I want to automate:
1) Open the excel file
2) In the filter of the B column unselect "0" and empty cells
3) Select and copy filtered predefined range
4) Start new email with specified topic and contacts
5) past the previously copied data into the email's body as a table leaving the original formatting
Don't want to code this from scratch. Maybe you can point me to some similar examples I can use as a base.
Thank you.
I have excel file which is saved locally in OneDrive folder but is shared within office 365 so can't use VBA.
So I need to run a macro from MS Outlook to copy data from the excel file and past it in the new email's body.
Here is the whole routine I want to automate:
1) Open the excel file
2) In the filter of the B column unselect "0" and empty cells
3) Select and copy filtered predefined range
4) Start new email with specified topic and contacts
5) past the previously copied data into the email's body as a table leaving the original formatting
Don't want to code this from scratch. Maybe you can point me to some similar examples I can use as a base.
Thank you.