Hello all,
I'm attempting to write a script to open up the most current Excel spreadsheet once it has been placed into a specific folder. I've run into a compiling issue when I attempt to run my code.
Sub OpenMostRecent()
Dim fs As String, ws As Worksheet, i As Long
Dim loc As Long...