Hello.
I have a file of roughly 250 lines that I update 3x/day where the primary report page is filled with formulas as the background data will change throughout the day, day to day. There is a Status column that is manually updated each time the report is refreshed and an order shows it is Ready. When the status is Ready, I need a cell range in that row to have its data copied & pasted as a value onto itself. I also need this copy & paste exercise to be duplicated for all rows where the Status is Ready. I have several VBAs currently written in the file but haven't been able to write one that will read all lines each time a script is run...
Below is a sample of what the spreadsheet looks like. Any help would be appreciated!
I have a file of roughly 250 lines that I update 3x/day where the primary report page is filled with formulas as the background data will change throughout the day, day to day. There is a Status column that is manually updated each time the report is refreshed and an order shows it is Ready. When the status is Ready, I need a cell range in that row to have its data copied & pasted as a value onto itself. I also need this copy & paste exercise to be duplicated for all rows where the Status is Ready. I have several VBAs currently written in the file but haven't been able to write one that will read all lines each time a script is run...
Below is a sample of what the spreadsheet looks like. Any help would be appreciated!
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O |
PO | Ordered | Due | Item # | Order Qty | Units | Pallets | Item | Job # | Mach | Ready Date | Ready Time | Status | Carrier | Trailer |
1 | 4-Jan | 07-Feb | 1 | 5 | 2 | 20.0 | 2 | 1 | 7-Feb | 18:00 | ||||
2 | 11-Jan | 07-Feb | 2 | 10 | 4 | 20.0 | 4 | 3 | 1-Feb | 12:43 | Ready | 1 | ||
3 | 26-Jan | 07-Feb | 3 | 15 | 6 | 20.0 | 6 | 5 | 1-Feb | 18:11 | Shipped | 2 | ||
4 | 26-Jan | 07-Feb | 4 | 20 | 8 | 20.0 | 8 | 7 | 6-Feb | 15:30 | ||||
5 | 26-Jan | 07-Feb | 5 | 25 | 10 | 20.0 | 10 | 9 | 2-Feb | 00:48 | Shipped | 3 | ||
6 | 14-Dec | 08-Feb | 6 | 30 | 12 | 20.0 | 12 | 11 | 2-Feb | 13:43 | Ready | 4 | ||
7 | 11-Jan | 08-Feb | 7 | 35 | 14 | 20.0 | 14 | 13 | 26-Jan | 17:21 | Ready | |||
8 | 26-Jan | 08-Feb | 8 | 40 | 16 | 20.0 | 16 | 15 | 2-Feb | 10:55 | Ready | 5 | ||
9 | 26-Jan | 08-Feb | 9 | 45 | 18 | 20.0 | 18 | 17 | 2-Feb | 02:33 | Ready | 6 | ||
10 | 26-Jan | 08-Feb | 10 | 50 | 20 | 20.0 | 20 | 19 | 1-Feb | 21:03 | Ready | 7 |