I'm importing a set of data into excel, and I then want to divide the
data up into multiple worksheets based on what's in it.
I have a smattering of VB experience, but it's about 3 years old. Can
anyone help get me started, or point me to a list of example Excel
macros that I can pull apart and modify to suit my needs?
Basically in plain english, what I want to do is:
Read the first row in Worksheet1
If Column C in that row = X, then move row to first empty row in
Worksheet X
If Column C in that row = Y, then move row to first empty row in
worksheet Y
Read the next row in Worksheet1
Loop until an empty row is encountered.