Hi,
In Excel I have a column with different item numbers, like this:
112004 12-01-2007
112004 27-05-2007
113204 01-02-2007
113357 01-03-2007
Each row with item number contains som data (eg. date). I need help to a macro that should take the latest date for each unique item number and then copy the entire row to another sheet called "import".
I've tried to work the following macro intro... but I seem to be stuck!..??
While Cells(Cur_Row, Cur_Col).Value = Cells(Cur_Row + 1, Cur_Col).Value...
Thanks!
In Excel I have a column with different item numbers, like this:
112004 12-01-2007
112004 27-05-2007
113204 01-02-2007
113357 01-03-2007
Each row with item number contains som data (eg. date). I need help to a macro that should take the latest date for each unique item number and then copy the entire row to another sheet called "import".
I've tried to work the following macro intro... but I seem to be stuck!..??
While Cells(Cur_Row, Cur_Col).Value = Cells(Cur_Row + 1, Cur_Col).Value...
Thanks!