Jyggalag
Active Member
- Joined
- Mar 8, 2021
- Messages
- 445
- Office Version
- 365
- 2019
- Platform
- Windows
Hi all,
I currently have the following VBA code attached to a macro that sends out an email and attaches a word file to it when I click it and sends this out to a list of emails (and also BCC's a list of emails):
Now I want to edit this file so I can target a list of emails in the emails, BCC and files to send columns from another sheet. If I want to make this edit (let's for simplicity's sake say that I keep my macro in Sheet 1, but move column O (emails), column P (BCC), and column Q (Files to send) to a new sheet I call Sheet 2). How would I need to change my code?
I would greatly appreciate some assistance here!
Thank you all
Kind regards,
Jyggalag
I currently have the following VBA code attached to a macro that sends out an email and attaches a word file to it when I click it and sends this out to a list of emails (and also BCC's a list of emails):
Now I want to edit this file so I can target a list of emails in the emails, BCC and files to send columns from another sheet. If I want to make this edit (let's for simplicity's sake say that I keep my macro in Sheet 1, but move column O (emails), column P (BCC), and column Q (Files to send) to a new sheet I call Sheet 2). How would I need to change my code?
I would greatly appreciate some assistance here!
Thank you all
Kind regards,
Jyggalag