Hi All,
I'm in the middle of creating an allocation tool in which on the "Home Page" has a cell ("L12") for the user to type in how many jobs they want to allocate based on what is available. On another sheet ("Latest Jobs") i have the raw data (A:P) and one row = one job. The first colulmn "Allocated" works out if the job has already been allocated ("Yes" or "No") by looking at another sheet ("Allocation") which is filled with all previous allocated jobs.
My plan is to allocate jobs (rows) based on what the value in "L12" is on the "Home Page" and if the "Allocated" value is "No" in column "Allocated" on the "Latest Jobs" sheet. For example, if "L12" value is 10 then the Macro would copy the first 10 rows with "Allocated" value as "No" on the "Latest Jobs" sheet and paste them after the last row on the "Allocation" sheet.
I would appreciate any help you can offer.
Thanks
Bookmarks