I use a macro on spreadsheet and the tab name changes every day to current day. I need to modify my macro so I do not have to change the date in it everyday.
This is what I have so far. Not sure is this the correct way to do it.
'
Dim dateToUse As String
Dim dateOverride As String...