Analyst Learning VBA
New Member
- Joined
- Mar 20, 2019
- Messages
- 2
Hi –
I am very new to VBA and I have been having trouble finding out how to do this. I appreciate anyone who can help me.
I have a workbook that contains a sheet named for each person on our sales team, a master sheet, and few various other sheets. The headers for the sales team sheets start on row 14. The sales team fills in information on their sheets, but the number of rows they fill in can vary. I would like to create a script to go to each person’s sheet and copy the information to the master sheet, that has the same headers on row 14.
So Essentially, I want it to go to Sales Person1’s sheet, copy all of the data starting on row 15, (number of rows can vary), and paste to the master sheet on the first blank row after row 14. Then it would need to go to Sales person 2’s sheet and do the same thing, ect.
I am very new to VBA and I have been having trouble finding out how to do this. I appreciate anyone who can help me.
I have a workbook that contains a sheet named for each person on our sales team, a master sheet, and few various other sheets. The headers for the sales team sheets start on row 14. The sales team fills in information on their sheets, but the number of rows they fill in can vary. I would like to create a script to go to each person’s sheet and copy the information to the master sheet, that has the same headers on row 14.
So Essentially, I want it to go to Sales Person1’s sheet, copy all of the data starting on row 15, (number of rows can vary), and paste to the master sheet on the first blank row after row 14. Then it would need to go to Sales person 2’s sheet and do the same thing, ect.