My code opens 7 new workbooks and saves them as CSV files without closing them. Later in the code I need to activate the relevant CSV file to post data into it. However, I can't seem to activate the appropraite CSV file. If the files are saved as FileFormat:= xlNormal the code runs perfectly however when i change to FileFormat:= xlCSV - the following code won't activate the relevant CSV file. Any ideas?
Workbooks((Format(Date, "yymmdd") & " " & arrPlatform(0) & " " & arrModelData(R, 2))).Activate
Thanks
Workbooks((Format(Date, "yymmdd") & " " & arrPlatform(0) & " " & arrModelData(R, 2))).Activate
Thanks