K
Kevin
I have a large workbook with two types of sheets. One type has detailed
info. and is always named after a five-figit number. The summary pages
are titled things like "summary" or "overview". I have around 100
detail pages and about 15 summary pages.
1. I need to build an array of sheet names that meet the criteria of
having a five-digit number for their name.
2. I need to print that array in a list on one of the summary pages
starting in cell b15 in ascending order.
I've never done Macro programming (I've tried for so long to avoid it
due to slowness, but now I have to take the plunge). I can imagine
matching the five-digit number with regular expressions in other
programming languages. Can it be done in Excel, and if not, is there a
backward way to achieve the goal?
Thank you for any help you can provide.
-Kevin
info. and is always named after a five-figit number. The summary pages
are titled things like "summary" or "overview". I have around 100
detail pages and about 15 summary pages.
1. I need to build an array of sheet names that meet the criteria of
having a five-digit number for their name.
2. I need to print that array in a list on one of the summary pages
starting in cell b15 in ascending order.
I've never done Macro programming (I've tried for so long to avoid it
due to slowness, but now I have to take the plunge). I can imagine
matching the five-digit number with regular expressions in other
programming languages. Can it be done in Excel, and if not, is there a
backward way to achieve the goal?
Thank you for any help you can provide.
-Kevin