Hi All
I'm looking to save an excel file as a .xls file in Excel 2007. I have the following line of code in the macro which will save the file as a .xlsx file(because its beeen opened in Excel 2007) but as the macro opens and closes numerous files it produces never ending imcompatability errors when saving. Can the code below be amended to save as a .xls file
wkbTarget.Close savechanges:=True
any help on this would be very much appreciated
Regards
Donal
I'm looking to save an excel file as a .xls file in Excel 2007. I have the following line of code in the macro which will save the file as a .xlsx file(because its beeen opened in Excel 2007) but as the macro opens and closes numerous files it produces never ending imcompatability errors when saving. Can the code below be amended to save as a .xls file
wkbTarget.Close savechanges:=True
any help on this would be very much appreciated
Regards
Donal