As a note, if I put quotes around the second reference to the file path (strPath = strFilePath) so that it reads: strPath = "O:\TargetFolder\2012\myfile.xlsx" , that works fine. However, if I put quotes around it in the first reference (strFilePath As String), it gives me the following error...