JhnSanchez
New Member
- Joined
- Jun 29, 2022
- Messages
- 6
- Office Version
- 2019
- Platform
- Windows
Hi everyone,
Just wondering if anyone can help me out here. I've looked into other solutions online but no results matches what I need to happen.
Basically, I have two sheets, one is "Shift Essentials" and the other is "Data Archive". The Shift Essentials sheet will filled out manually as the day progresses and at the end of the day the data will be transferred to the Data Archive sheet. The shift essentials form will not be filled completely since not all people will have a Member Number and Member Tier also the check-in, Call, and Notes may or may not be blank (mostly blank). I need help to set up two macros, one to transfer data from shift essentials sheet to data archive sheet and another macro to clear data on the shift essentials with getting rid of the format and the conditional formatting other columns.
This is a project that me and brothers are trying to figure out since we are starting a new business together after college. This will be a start for us. I'm a complete beginner in VBA and I would like to understand it more but I have no idea what to do and all the referrences and videos I found online was just not so great. So what I currently have right now in VBA is just a simple Select Range which selects the first and last row that has any data on it then manaually paste it on the Data Archive sheet (but that completely defeats the purpose of the assignment).
Thanks.
Just wondering if anyone can help me out here. I've looked into other solutions online but no results matches what I need to happen.
Basically, I have two sheets, one is "Shift Essentials" and the other is "Data Archive". The Shift Essentials sheet will filled out manually as the day progresses and at the end of the day the data will be transferred to the Data Archive sheet. The shift essentials form will not be filled completely since not all people will have a Member Number and Member Tier also the check-in, Call, and Notes may or may not be blank (mostly blank). I need help to set up two macros, one to transfer data from shift essentials sheet to data archive sheet and another macro to clear data on the shift essentials with getting rid of the format and the conditional formatting other columns.
This is a project that me and brothers are trying to figure out since we are starting a new business together after college. This will be a start for us. I'm a complete beginner in VBA and I would like to understand it more but I have no idea what to do and all the referrences and videos I found online was just not so great. So what I currently have right now in VBA is just a simple Select Range which selects the first and last row that has any data on it then manaually paste it on the Data Archive sheet (but that completely defeats the purpose of the assignment).
Thanks.