So I've been trying to convert CSV files to XLS. However, this line of code keeps giving me problems:
oExcel.SaveAs FileName:=FilePath_XLS(TableName), FileFormat:=xlNormal
The FilePath_XLS returns correctly... I just can't figure out what's going wrong but it will not execute..