Dear All
I’m trying to persuade Access to build me an audit sheet for a kanban system.
Currenlty I’ve got a query provides the data I require and some code that copies the query into Excel, what I’d like to be able to do then is populate the cells to the right of the exported data with sequential numbers from 1 to whatever the maximum value is.
I’ve got the maximum value in the query, but trying to work from one column to the next, as well as moving down the rows for each part number.
What I’m trying to do is probably wrong, currently my code dumps the query into the spreadsheet, I’m then trying to iterate down the spreadsheet using a cell on each row as my maximum value to add sequential numbers up to.
Any help greatly appreciated
Thanks in advance.
Ian