cutlercall
New Member
- Joined
- Oct 17, 2022
- Messages
- 1
- Office Version
- 2021
- Platform
- Windows
I pull reports of various employees that list the number of meetings and the types of meetings they had during a pay period.
When I pull the report, excel gives every employee their own worksheet. For example:
Sheet1 - John Doe, 3 evaluation meetings, 1 commercial meeting
Sheet2 - Jane Smith, 6 evaluation meetings, 1 commercial meeting
Sheet3 - Josh Johnson, 4 manager meetings, 3 commercial meetings
Sheet4 - etc.
Each sheets provides a lot more data but what I listed above is all the information I need.
I am trying to create a macro that creates a new worksheet, copies their name, number of meetings and types of meetings all into one organized sheet.
I have been able to successfully use the appropriate cells to copy over the data, but it only works for the first sheet. Whenever I try to use the same macro for sheet 2, it gets stuck on the sheet name "Sheet1".
Is there any way to have the macro ignore the sheet name? Or perhaps is there a better way to achieve my end goal here? Thanks.
When I pull the report, excel gives every employee their own worksheet. For example:
Sheet1 - John Doe, 3 evaluation meetings, 1 commercial meeting
Sheet2 - Jane Smith, 6 evaluation meetings, 1 commercial meeting
Sheet3 - Josh Johnson, 4 manager meetings, 3 commercial meetings
Sheet4 - etc.
Each sheets provides a lot more data but what I listed above is all the information I need.
I am trying to create a macro that creates a new worksheet, copies their name, number of meetings and types of meetings all into one organized sheet.
I have been able to successfully use the appropriate cells to copy over the data, but it only works for the first sheet. Whenever I try to use the same macro for sheet 2, it gets stuck on the sheet name "Sheet1".
Is there any way to have the macro ignore the sheet name? Or perhaps is there a better way to achieve my end goal here? Thanks.