I would like to create a macro which creates sheets based on information in a range of cells. The range is static in position however its length changes often. The contents is simple text (no formulas) and needs to have one sheet for each item in the range.
Example:
AGUIRRK
ARMSTEA
BARRONR
BLACKS
BLANDS
BROWNA2
BROWNE3
CARSONLV
Say the names usernames above are my range. I need to create a "NEW" sheet for each username and then I will have a filter operation to break data containing these usernames out into their appropriate sheets.
I have the filter operation however I am not sure where to start for the creating of the sheets on the fly. The amount of sheets to be made on a single sheet will vary from 3 to nearly 50 items.
I have found somthing about an AutoCreateSheet function however my biggest problems is getting the code to use the data on my sheet.
Thanks to anyone who wishes to contribute.
tW33k...
Example:
AGUIRRK
ARMSTEA
BARRONR
BLACKS
BLANDS
BROWNA2
BROWNE3
CARSONLV
Say the names usernames above are my range. I need to create a "NEW" sheet for each username and then I will have a filter operation to break data containing these usernames out into their appropriate sheets.
I have the filter operation however I am not sure where to start for the creating of the sheets on the fly. The amount of sheets to be made on a single sheet will vary from 3 to nearly 50 items.
I have found somthing about an AutoCreateSheet function however my biggest problems is getting the code to use the data on my sheet.
Thanks to anyone who wishes to contribute.
tW33k...