makeitwork09
Technical User
I have a workbook where it is not certain what order the worksheets will be
each month. The naming convention for the first 11 characters for each
worksheet will be the same each month, however, the remaining characters
can change.
Based on the name of the worksheet, the first 11 characters of worksheet, in this case, certain routines need to be performed. The worksheet starting with 123ABC-F456 must always have something done to it before the appropriate routines are done to the second worksheet, which starts with 123ABC-Stan each month. That being the case how would I:
(1) identify the worksheet starting with 123ABC-F456 and then correctly reference it to add formulas to it?
(2) identify the other worksheet starting with 123ABC-Stan after completing the steps in 123ABC-F456 and correctly reference it in the code to add formulas to it?
Thanks
each month. The naming convention for the first 11 characters for each
worksheet will be the same each month, however, the remaining characters
can change.
Based on the name of the worksheet, the first 11 characters of worksheet, in this case, certain routines need to be performed. The worksheet starting with 123ABC-F456 must always have something done to it before the appropriate routines are done to the second worksheet, which starts with 123ABC-Stan each month. That being the case how would I:
(1) identify the worksheet starting with 123ABC-F456 and then correctly reference it to add formulas to it?
(2) identify the other worksheet starting with 123ABC-Stan after completing the steps in 123ABC-F456 and correctly reference it in the code to add formulas to it?
Thanks