Hi all,
I'm trying to make a macro that will be able to split a worksheet into three by one columns information that has numbers 1-3 in them. I want all the rows that have a "1" in this specific column to go to one worksheet, all rows with a "2" to go into the next, etc...
Does anyone know how to populate these worksheets with a macro? I'm thinking a For/Next loop, but I have to admit that I'm quite rusty with even simple VB...
Thanks!
I'm trying to make a macro that will be able to split a worksheet into three by one columns information that has numbers 1-3 in them. I want all the rows that have a "1" in this specific column to go to one worksheet, all rows with a "2" to go into the next, etc...
Does anyone know how to populate these worksheets with a macro? I'm thinking a For/Next loop, but I have to admit that I'm quite rusty with even simple VB...
Thanks!