I found a way to convert text files into Excel files.
So, now, getting back to Skwire's ClipTrap output.... I've copied many sets of data. Each copy action, using ClipTrap, sends what's being copied to a temporary long text file. Between these text file 'sets' is a delimiter -- I chose a series of equal signs. Below is an example of the output held in ClipTrap after copying three sets of data:
set 1
12345
12345
12345
=====
set 2
12345
12345
12345
=====
set 3
12345
12345
12345
=====
I need a way to 'unstack' this output, placing each set into a separate file.
Ideally the filenames would be the text label at the top of each set.
Any thoughts?
Thanks,
Nicholas