dualwieldbacon
New Member
- Joined
- May 11, 2021
- Messages
- 8
- Office Version
- 2016
- Platform
- Windows
Hi all!
Very new to VBA here and I'm quite impressed with what it can do. I'm trying to set up a template and would like to automate as much as possible. In my master sheet, I have headings in the first row that spans columns A to W. Column V has two options for my data rows: 'Email' and 'Send'. When I input my data, I would like all rows that contain the trigger word 'Email' in Column V to be copied onto my sheet labelled 'Email List'. Similarly, I'd like the rows that contain the trigger word 'Mail' to be copied onto another third sheet called 'Send List'. In my master sheet, I also have a column W (called 'Assigned To') where I want to be able to enter either 'J' or 'A'; if it contains 'J' or 'A', I want that row to be copied onto a 4th sheet called 'Call List'.
I would like to retain all the data in my master sheet once it has been moved over to the appropriate sheet, so it does not get deleted. Any help is appreciated!
Very new to VBA here and I'm quite impressed with what it can do. I'm trying to set up a template and would like to automate as much as possible. In my master sheet, I have headings in the first row that spans columns A to W. Column V has two options for my data rows: 'Email' and 'Send'. When I input my data, I would like all rows that contain the trigger word 'Email' in Column V to be copied onto my sheet labelled 'Email List'. Similarly, I'd like the rows that contain the trigger word 'Mail' to be copied onto another third sheet called 'Send List'. In my master sheet, I also have a column W (called 'Assigned To') where I want to be able to enter either 'J' or 'A'; if it contains 'J' or 'A', I want that row to be copied onto a 4th sheet called 'Call List'.
I would like to retain all the data in my master sheet once it has been moved over to the appropriate sheet, so it does not get deleted. Any help is appreciated!