wjsullivan
Programmer
I have been looking here and throught the excel helpfile for the command that is the equivalent of Save As using FileFormat = Current Excel version.
I already have sucessfully used CSV, xlExcel5, xlNormal, xlExcel9795 in this file. My concern is that if I save a CSV and then try and save using xlNormal, that xlNormal will refer to CSV and thus I will get another CSV and not an Excel XP/2002 file.
wbTemp.SaveAs Filename:=rExportFile, FileFormat:=??? for Excel XP/2002?
I already have sucessfully used CSV, xlExcel5, xlNormal, xlExcel9795 in this file. My concern is that if I save a CSV and then try and save using xlNormal, that xlNormal will refer to CSV and thus I will get another CSV and not an Excel XP/2002 file.
wbTemp.SaveAs Filename:=rExportFile, FileFormat:=??? for Excel XP/2002?