OK, I can get VBA to open a workbook, but I can't seem to get it to close the workbook. What am I doing wrong?
Workbooks.Open NewerFile
opens the workbook perfectly, but neither of these work to close it:
Workbook.Close NewerFile
Workbooks(NewerFile).Close
Thanks for the help!