My code opens, creates and then closes a file when the information has been collected. The following line has always worked before. The only change is that the default file type is now *.xlsx.
Workbooks(TempBookName).Close SaveChanges:=False
Is the command different in 2010?
Workbooks(TempBookName).Close SaveChanges:=False
Is the command different in 2010?