excel drawing register - ilogic

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Merry Christmas all 🙂
I have an excel drawing register. Within that register we record progress tracking. ie 10%, 50%, 100% etc..
At the moment, we simply have one row for each drawing number.
Everytime there is a revision, the row in excel is overwritten with the new details of the revision and the progress tracking begins again.
All done at the moment via ilogic.
The point is we lose history. Something I would very much like to retain.
I would like that, when a drawing is open an we are ready to write to the register that the following happens.
ilogic checks to see if the drawing number exists in the register,
If so it checks to see if the 100% complete 'cell' has a release date... If the cell contains nothing, then it can continue as planned. and populate the cells as desired on that row
If a date exists in the 100% complete cell, then the drawing number is released and the code should then create a new row directly underneath the fore mentioned row and the code would then populate that row at the current revision.
Has anyone done any coding similar to below that they could kindly share...
many thanks in advance as always.