What I'm trying to do is (using VBscript) Import data from a text file to an Excel spreadsheet.

Ideally I'ld like the code to open the Excel file (which I already have code for).
I'ld like the code to either RUN a macro (the macro itself would be recorded to import data) or import data directly to a sheet.

Sample code would be greatly appreciated.