Hi all
I'm using this line of code to activate a workbook sheet
Worksheets(Worksheets("Front").Range("A1").Value).Activate
So the 'value' found in cell ref A1 of the Front sheet will always be a number between 1 and 31
The workbook contains 31 sheets, named 1,2,3,4,5, etc etc thru to 31
I...