I am opening a CSV that is in the same folder as the macro workbook.
I am getting an error on the Workbooks.Open line
If I hit debug the file opens and the code continues.
I can throw an On Error Resume Next in there and that solves it, but what is causing the error in the first place?
Dim...