I am fairly new at VBA and am attempting to write a macro that references the most recent weekly report in a folder. My current code looks like this...
Workbooks.Open Filename:="S:\SherwinWilliams\Oracle Reports\6-13-2018.xlsx"
Windows("6-13-2018.xlsx").Activate
It works fine, however...