Setal learner
New Member
- Joined
- Apr 28, 2019
- Messages
- 5
Excel macro code for below requirement
I have a sheet "Daily Report" which contains 3 Pivot tables for 3 different staff.
the pivot table is populated based on the vlookup of the data from various other sheets
Engineer 1
Column C - Date of the activity
Column D - Name of the staff
Column E - Description of Activity
Column F - Total Hours
Column H - Remarks
What i require is as below
1. Command button for all 3 pivot tables separately but export the data to same new worksheet "Compiled Data"
2. After updating all the required details, the engineer will click submit (command button), the system must ask "Confirm to submit the data?
3. Upon clicking OK, it must pop-up a new box asking for selection of cell range that they wish to export
4. After selecting the range and clicking OK, the selected data must be export in "Compiled Data" sheet in the same workbook in the next empty row.
5. Similarly, when the next engineer clicks submit for his report, it must be added in the next empty row
I have a sheet "Daily Report" which contains 3 Pivot tables for 3 different staff.
the pivot table is populated based on the vlookup of the data from various other sheets
Engineer 1
Column C - Date of the activity
Column D - Name of the staff
Column E - Description of Activity
Column F - Total Hours
Column H - Remarks
What i require is as below
1. Command button for all 3 pivot tables separately but export the data to same new worksheet "Compiled Data"
2. After updating all the required details, the engineer will click submit (command button), the system must ask "Confirm to submit the data?
3. Upon clicking OK, it must pop-up a new box asking for selection of cell range that they wish to export
4. After selecting the range and clicking OK, the selected data must be export in "Compiled Data" sheet in the same workbook in the next empty row.
5. Similarly, when the next engineer clicks submit for his report, it must be added in the next empty row