T
tbobo
I have this data file (about 2000 rows) all in column A:
data
A
B
C
D
data
1
2
3
4
data
D
E
F
G
data
5
6
7
8
I need a VB small program which will arrange the data with the follwin
format:
data A B C D
1 2 3 4
D E F G
5 6 7 8
Many Thanks
data
A
B
C
D
data
1
2
3
4
data
D
E
F
G
data
5
6
7
8
I need a VB small program which will arrange the data with the follwin
format:
data A B C D
1 2 3 4
D E F G
5 6 7 8
Many Thanks