When you click the ADD NEW ROW button on the LINER QUOTE sheet, it copies row 24 on all the sheets and pastes a new one underneath with all the formulas.
The code is in Module4 - Sub addrows6()
It all works well except in the LINER ITEM SUMMARY SHEET (blue)
Columns J to AQ are hidden
When the first new row is copied, the formulas come out wrong!
For example H25 refrences H25 on another sheet
But J25 refrences C26! It should be C25.
Can anyone figure out why this is happening?
I have added code to unhide the columns before copying, but that doesnt help...
Bookmarks