Hello,
How can I get Excel to copy a TXT file, line by line but start a new sheet when it reads a line starting with specific characters...
For example... here's the sequence I need it to follow
import a txt file, (ask user for file)
import line by line until it reaches a line begining with "Vessel: " (there is other text after this initial text marker)
when reached, begin a new sheet and follow same process from remaining file...
Basically, I have a HUGE text file which needs to be broken down into separate files/sheet, and need a way of doing this without doing it manually...
Thanks everyone!
How can I get Excel to copy a TXT file, line by line but start a new sheet when it reads a line starting with specific characters...
For example... here's the sequence I need it to follow
import a txt file, (ask user for file)
import line by line until it reaches a line begining with "Vessel: " (there is other text after this initial text marker)
when reached, begin a new sheet and follow same process from remaining file...
Basically, I have a HUGE text file which needs to be broken down into separate files/sheet, and need a way of doing this without doing it manually...
Thanks everyone!