Hi!
I would like to insert a TXT file to EXCEL using VBA code. The columns 1-10 would contain the data, and then new row would start.
For example:
[FONT=founders_grotesk_textlight]Ella Higginson was born around 1862 in Council Grove, Kansas. A poet as well as a novelist, short story writer, and nonfiction writer, Higginson was the author of the poetry collections [/FONT]The Vanishing Race [FONT=founders_grotesk_textlight](C. M. Sherman, 1911), [/FONT]The Voice of April-Land and Other Poems [FONT=founders_grotesk_textlight](The Macmillan Company, 1903), [/FONT]Four-Leaf Clover.
1 2 3 4 5 6 7 8 9 10 (a,b,c,d,e,f,g,h,j,k)
Ella Higginson was born around 1862 in Council Grove, Kansas.
A poet as well as a novelist, short story writer, and
nonfiction writer, ... ... ...
So there would be in every line 10 words, then the next row...
Until the TXT is over. (TXT name is "Temp" , but if its better, it could be a Temp named Word docx file too.)
Space between the words is a great indicator for splitting the text.
Thank you four your help, it means to me a lot! Have a very nice day!
I would like to insert a TXT file to EXCEL using VBA code. The columns 1-10 would contain the data, and then new row would start.
For example:
[FONT=founders_grotesk_textlight]Ella Higginson was born around 1862 in Council Grove, Kansas. A poet as well as a novelist, short story writer, and nonfiction writer, Higginson was the author of the poetry collections [/FONT]The Vanishing Race [FONT=founders_grotesk_textlight](C. M. Sherman, 1911), [/FONT]The Voice of April-Land and Other Poems [FONT=founders_grotesk_textlight](The Macmillan Company, 1903), [/FONT]Four-Leaf Clover.
1 2 3 4 5 6 7 8 9 10 (a,b,c,d,e,f,g,h,j,k)
Ella Higginson was born around 1862 in Council Grove, Kansas.
A poet as well as a novelist, short story writer, and
nonfiction writer, ... ... ...
So there would be in every line 10 words, then the next row...
Until the TXT is over. (TXT name is "Temp" , but if its better, it could be a Temp named Word docx file too.)
Space between the words is a great indicator for splitting the text.
Thank you four your help, it means to me a lot! Have a very nice day!