Hi!
I am able to open the file I want using this:
Workbooks Range("bd1").Value & ".csv"
But how do I then close it later on?
If I understand how this works correctly, I need the full filepath to open a file (i.e. the value of cell BD1), but only the book name to close it, right?
In this...