
Originally Posted by
JokerFrowns
Seems to be working great except for one minor issue which I think can
be solved by an integer count possibly... the datatable starting as:
for example
A B C D E F G H I J
K
1 2 3 4 5 6 7 8 9i, 9ii, 9iii
10 11
a b c d e f g h ii,iii,iiii
j k
is being split in the following manner...
A B C D E F G H I J K
1 2 3 4 5 6 7 8 9i 10
11
1 2 3 4 5 6 7 8 9ii j
11
1 2 3 4 5 6 7 8 9iii
11
a b c d e f g h ii
k
a b c d e f g h iii
k
a b c d e f g h iiii
k
When infact what I need it to be doing is...
A B C D E F G H I J K
1 2 3 4 5 6 7 8 9i 10
11
1 2 3 4 5 6 7 8 9ii
11
1 2 3 4 5 6 7 8 9iii
11
a b c d e f g h ii j
k
a b c d e f g h iii
k
a b c d e f g h iiii
k
Is it possible to modify the code you just gave me to allow for this
type of split? Otherwise it seems to be working exactly as needed.
Once again, many many thanks for all the help.
Bookmarks