M
Mully911
I have recorded number data in a large list. The data contains individual
recordings seperated by data values less than 1.
In other words each set of data(each recording) is seperated by a value less
than 1.
Example:
18
17
16
..03
19
18
16
..05
I want to copy each data set to another work book and place it in the next
column one after the other.
Here is how I would like the data in the second workbook to look
18 19
17 18
16 16
I could really use some help with this I am new to programming.
Thanks in advance
Mully
recordings seperated by data values less than 1.
In other words each set of data(each recording) is seperated by a value less
than 1.
Example:
18
17
16
..03
19
18
16
..05
I want to copy each data set to another work book and place it in the next
column one after the other.
Here is how I would like the data in the second workbook to look
18 19
17 18
16 16
I could really use some help with this I am new to programming.
Thanks in advance
Mully