Hi All,
I'm working with a workbook where it opens up to a specific sheet# based upon the current month.
For example, if it is:
October it opens up to Sheet1
.
.
.
September it opens up to Sheet 12
in using this code:
Sub MonthSheetSelect()
Dim shtname As String
Dim thismonth As Long...