J
jumpstartr
I want to assign a sequential series of numbers, 1,2,...n, to each
member of many sub-categories. I want to do this automatically with a
macro. For example, the numbers assigned to members of sub-category
"A" should begin with 1,2,3,4. However, later on, others will be added
and their numbers must start where the first numbers left off for
Category "A". I thought perhaps if I query the count of members in
each category, I might be able to set a starting and ending number for
each. I'm not good at VBA but will try if macro won't do. Thanks for
any help with this.
member of many sub-categories. I want to do this automatically with a
macro. For example, the numbers assigned to members of sub-category
"A" should begin with 1,2,3,4. However, later on, others will be added
and their numbers must start where the first numbers left off for
Category "A". I thought perhaps if I query the count of members in
each category, I might be able to set a starting and ending number for
each. I'm not good at VBA but will try if macro won't do. Thanks for
any help with this.