Bass71
MIS
- Jun 21, 2001
- 79
I am looking for a function that evaluates similar values in a row of a spreadsheet, then groups them together and cuts those rows specifed:
Instead of going row by row, is there a function that will sweep through and evalutate all rows and then parse out the different values?
While ActiveCell(2, -1).Value <> ""
If ActiveCell(2, 1).Value = ActiveCell.Value Then
ActiveCell.Cut
End If
Wend
................Thanks for your help.........................RO
Instead of going row by row, is there a function that will sweep through and evalutate all rows and then parse out the different values?
While ActiveCell(2, -1).Value <> ""
If ActiveCell(2, 1).Value = ActiveCell.Value Then
ActiveCell.Cut
End If
Wend
................Thanks for your help.........................RO