Hi,
I am a total novice at VBA code, so I am looking for alot of help with this one.
I have a text file, which contains numbers which are spaced with spaces. I have successfully imported the file before using the import wizard but would prefer for an automatic squence instead via VBA code.
I know that I need to use tranfertext but I haven't a clue how and most most online stuff shows how to do this with comma sperated values.
The following is an exmaple of the text file data
1 1
2
3 2 2 4 2 2 2 3 3
5
1
6
1 1
6
6 7 7 7 6 6 8 8 8 8
6 9 4 4 4 10 3 10 5 10 4 4 4
I am a total novice at VBA code, so I am looking for alot of help with this one.
I have a text file, which contains numbers which are spaced with spaces. I have successfully imported the file before using the import wizard but would prefer for an automatic squence instead via VBA code.
I know that I need to use tranfertext but I haven't a clue how and most most online stuff shows how to do this with comma sperated values.
The following is an exmaple of the text file data
1 1
2
3 2 2 4 2 2 2 3 3
5
1
6
1 1
6
6 7 7 7 6 6 8 8 8 8
6 9 4 4 4 10 3 10 5 10 4 4 4