alexkeel79
MIS
I wrote a script to copy data from a series of CSV files in a directory into an excel spreadsheet. When I'm done copying the date I close the CSV files. I am trying to figure out how to close the files without being prompted to save the file. I have tried the following:
importWkbk.Save
importWkbk.Close False
WHich works for regular .xls files but doesn't seem to work for CSV files. ANy ideas?
Thanks...
importWkbk.Save
importWkbk.Close False
WHich works for regular .xls files but doesn't seem to work for CSV files. ANy ideas?
Thanks...