Is there a way to modify this so that in March, it will transition automatically to April, April -> May and so forth?
Sub NewMonth()'
' NewMonth Macro
'
' Keyboard Shortcut: Ctrl+Shift+S
'
Sheets(2).Select
Sheets(2).Copy Before:=Sheets(3)
Sheets(3).Select
Sheets(3).Name = "March...