Hi,
i have a workbook full of data, columns A2,I2
Colleagues go into the workbook find the row they need and edit it, in no particular order. When they edit the row i have a formula using (Concatenate) that creates a filename for them to use in column I.
I'm using a macro that creates this folder and sub folders this is all done so the names are consistent.
The trouble I'm having is, I have to use the code multiple times on every row to pick the correct file name.
i cant use last row either as the sheet is filled in randomly.
is there away to find last changed cell then have it show in (L1) so i can use the below
strName = (Sheets("sheet1").Range("l1").Value)
i cant share the sheet ill have to mock something up if needs be.
Thanks guys
i have a workbook full of data, columns A2,I2
Colleagues go into the workbook find the row they need and edit it, in no particular order. When they edit the row i have a formula using (Concatenate) that creates a filename for them to use in column I.
I'm using a macro that creates this folder and sub folders this is all done so the names are consistent.
The trouble I'm having is, I have to use the code multiple times on every row to pick the correct file name.
i cant use last row either as the sheet is filled in randomly.
is there away to find last changed cell then have it show in (L1) so i can use the below
strName = (Sheets("sheet1").Range("l1").Value)
i cant share the sheet ill have to mock something up if needs be.
Thanks guys