From the course: Excel Copilot: Building and Maintaining VBA Macros

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Automating report distribution with VBA and Copilot

Automating report distribution with VBA and Copilot

From the course: Excel Copilot: Building and Maintaining VBA Macros

Automating report distribution with VBA and Copilot

- [Instructor] The final step in completing our report is automating the distribution. Doing this manually can lead to mistakes and stress, so let's automate it to keep things smooth and error free. Just a quick note in this example, one of the automation steps is sending reports out through Outlook email. As you follow along, keep in mind that VBA isn't supported in the new Outlook for Windows. As of now, the workaround is to continue using Classic Outlook, which Microsoft is still maintaining in parallel. Eventually, a longer-term strategy is to move toward Office Scripts paired with Power Automate for Outlook automation. We'll cover Office Scripts more in a later video, so keep this limitation in mind as we continue. We'll start with the workbook report-distribution, which already has the modules for formatting and analysis. Now we'll add a new module for distribution tasks. Whether you're coding yourself or relying…

Contents