I have a workbook that has a number of worksheets named for the fiscal year in the format: 9-10, 10-11, 11-12, 12-13 (there may be more tabs than this example). I want to return the highest alphanumeric name so I can automate the creation of the next fiscal year sheet tab name and label various elements on the sheet after it's created. I'm thinking I need the max function but am drawing a blank as how to refer to the sheet names.
ex. HighName = Worksheets.Name(Max ?
Any suggestions would be appreciated.
ex. HighName = Worksheets.Name(Max ?
Any suggestions would be appreciated.