Hello all, and thanks in advance
I'm writing a small macro and am beating my head against the wall on a simple problem. (Excel 2016, PC, been 3 years since I've done any VBA).
I have data from 2 cells (A1 and B1) that I have concatentated into cell A3. The string in A3 now matches the name of one of the worksheets in the workbook. The number of worksheets is dynamic. I simply want to find and select the applicable worksheet so the user can view it.
How I remembered how to do everything up to this point and yet forget how to do this is beyond me.
I'm writing a small macro and am beating my head against the wall on a simple problem. (Excel 2016, PC, been 3 years since I've done any VBA).
I have data from 2 cells (A1 and B1) that I have concatentated into cell A3. The string in A3 now matches the name of one of the worksheets in the workbook. The number of worksheets is dynamic. I simply want to find and select the applicable worksheet so the user can view it.
How I remembered how to do everything up to this point and yet forget how to do this is beyond me.