Howdy-
I've built some scripts using the FileSystemObject &
CreateTextFile/ReadAll/WriteLine methods that take the contents of local
logfiles (vendor-produced) and write them to another text file in a UNC
path using schtasks.
Now, the user wants the output to be in an excel spreadsheet...
I don't think changing the format to .csv is going to work; the original
logfiles vary between lines with five columns of data and lines with
seven or none at all... Can I do this within the FSO or do I need to
figure out how to use Excel.Application?
Thanks,
BM