Edit: Figured it out. But is there still a VBA reference out there that anyone can recommend?
I have a pile of scientific data generated by an instrument in space-delimited CSV format. I would like to automate the process of converting them into Excel format, and then saving them in a different directory with the appropriate filename. For example:
C:\temp\XXX321.ABC --> C:\temp2\XXX321.ABC.xls
I've managed to whip up a simple Excel macro to do the conversion to Excel, but I haven't figured out how to get Excel to automagically save them with the appropriate filename. Can anyone recommend a reference (for dummies, naturally) that I could use to help me do this? Using "record new macro", I can only get Excel to save them using the filename of the file that I've using to record the macro.
How I wish I could install Perl on my workstation ...