Hi Guys
I was wondering if anyone can help me do the following :
I have a data dump of data in Column A
This Column has data relevant to "Counties" - there are over 47 Counties in the list
What i want to do is have a macro that parses Column A - looks for the KeyWord "COUNTY" and then select the rows below this until it finds the next county keyword
These selected Rows, i would then like to be CUT and PASTED into a New Sheet - named according to the name of the County the data is for
EG - Data in Column A could be
Middlesex COUNTY
x
y
z
.
.1000 rows later
Lancashire COUNTY
x
y
z
.
.300 rows later
Surrey COUNTY
x
y
z
.
.500 rows later
So in this case the macro would create 3 sheets - - Middlesex, Lancashire and Surrey - - and in each sheet would be the data the macro selected
Middlesex would have 1000 records
Lanchashire would have 300 Records
Surrey would have 300
Hoping this makes sense and is doable
Thanks for your help and advice on achiving this - my back up is to do this manually which may take a while
Thanks again for any help you can give
Ash
I was wondering if anyone can help me do the following :
I have a data dump of data in Column A
This Column has data relevant to "Counties" - there are over 47 Counties in the list
What i want to do is have a macro that parses Column A - looks for the KeyWord "COUNTY" and then select the rows below this until it finds the next county keyword
These selected Rows, i would then like to be CUT and PASTED into a New Sheet - named according to the name of the County the data is for
EG - Data in Column A could be
Middlesex COUNTY
x
y
z
.
.1000 rows later
Lancashire COUNTY
x
y
z
.
.300 rows later
Surrey COUNTY
x
y
z
.
.500 rows later
So in this case the macro would create 3 sheets - - Middlesex, Lancashire and Surrey - - and in each sheet would be the data the macro selected
Middlesex would have 1000 records
Lanchashire would have 300 Records
Surrey would have 300
Hoping this makes sense and is doable
Thanks for your help and advice on achiving this - my back up is to do this manually which may take a while
Thanks again for any help you can give
Ash