Looks fairly simple - Code runs just like it knows what to do and then nothing
File resides on Desktop and .Fullname does return the correct path
I have also tried to close the workbook using the workbooks.close method - same results
Ideas?
File resides on Desktop and .Fullname does return the correct path
Code:
tempFileName = targetWorkbook.FullName
'MsgBox "Target Workbook Name = " & tempFileName
targetWorkbook.Save
targetWorkbook.Close
Kill tempFileName
I have also tried to close the workbook using the workbooks.close method - same results
Ideas?