akrameldaly
New Member
- Joined
- Feb 14, 2024
- Messages
- 17
- Office Version
- 365
Hello,
I have a daily report on Excel which follows production figures and i need to make a macro to save time each day, the workbook represents a whole month and comprises of different worksheets each work sheet represents a day in the month starting from day 1 to day 31
Sheet 1
Sheet 2
Sheet 3
what i do is editing the formula for each worksheet as follows
D7 in sheet2 = 'sheet1'D7+Q7
I need to edit a macro to automate this work and to save time
I have a daily report on Excel which follows production figures and i need to make a macro to save time each day, the workbook represents a whole month and comprises of different worksheets each work sheet represents a day in the month starting from day 1 to day 31
Sheet 1
B4 | D4 | E4 | F4 | G4 | Q4 |
NO. OF HT | |||||
B7 | 2490 | 525 | 141 | 360 | 21 |
B8 | 2515 | 397 | 93 | 660 | 21 |
B9 | 13348 | 94 | 94 | 94 | 21 |
B10 | 11345 | 311 | 118 | 142 | 20 |
B11 | 3964 | 339 | 164 | 339 | 26 |
Sheet 2
D4 | E4 | F4 | G4 | Q4 | |
NO. OF HT | |||||
B7 | 2511 | 546 | 162 | 381 | 21 |
B8 | 2536 | 418 | 114 | 681 | 21 |
B9 | 13369 | 115 | 115 | 115 | 21 |
B10 | 11366 | 332 | 139 | 163 | 20 |
B11 | 3985 | 360 | 185 | 360 | 26 |
Sheet 3
B4 | D4 | E4 | F4 | G4 | Q4 |
NO. OF HT | |||||
B7 | 2531 | 566 | 182 | 401 | 21 |
B8 | 2556 | 438 | 134 | 701 | 21 |
B9 | 13389 | 135 | 135 | 135 | 21 |
B10 | 11386 | 352 | 159 | 183 | 20 |
B11 | 4005 | 380 | 205 | 380 | 26 |
what i do is editing the formula for each worksheet as follows
D7 in sheet2 = 'sheet1'D7+Q7
I need to edit a macro to automate this work and to save time