I have a group of data that is sorted by the values in the first column. eg:
AD ADM 900
AD BXB 800
BR ABC 500
BR DCA 600
I need to run a macro of some sort that will detect a change in the value of a cell in the first column (when reading down from the top of the range to the bottom) and insert a row at the value change (i.e between AD and BR).
Does anyone know how this could be achieved?
Thanks
AD ADM 900
AD BXB 800
BR ABC 500
BR DCA 600
I need to run a macro of some sort that will detect a change in the value of a cell in the first column (when reading down from the top of the range to the bottom) and insert a row at the value change (i.e between AD and BR).
Does anyone know how this could be achieved?
Thanks