Batch delete all text that appears between NAME#1 and NAME#2 in a text file.
The VBA should begin after the NAME#1 data ends and come to an end before the NAME#2 line.
An example of the input and output of a text file is below:
The VBA should begin after the NAME#1 data ends and come to an end before the NAME#2 line.
An example of the input and output of a text file is below:
Input text.text file | Output text.text file |
1. How to copy text in rows betwen numbers from a text file. How to copy text in rows NAME#1 betwen numbers from a text file. How to copy text in rows betwen numbers from a text file.% content1 content2 content3 NAME#2 How to copy text in rows betwen numbers from a text file. | 1. How to copy text in rows betwen numbers from a text file. How to copy text in rows NAME#1 betwen numbers from a text file. How to copy text in rows betwen numbers from a text file. content3 NAME#2 How to copy text in rows betwen numbers from a text file. |
3. How to copy text in rows NAME#1 betwen numbers from a key:1# text file. How to copy text content1 content2 in rows betwen NAME#2 | 3. How to copy text in rows NAME#1 betwen numbers from a key:1# text file. NAME#2 |
5. How to copy key:1# text in rows betwen numbers from a text file . How to copy text in rows betwen numbers from a text file NAME#1. How to copy text in rows betwen numbers from a text file How to copy text in rows betwen numbers from a text file How to copy text in rows betwen numbers from a text file 8090. How to copy text in rows betwen numbers from a text file NAME#2 | 5. How to copy key:1# text in rows betwen numbers from a text file . How to copy text in rows betwen numbers from a text file NAME#1. How to copy text in rows betwen numbers from a text file How to copy text in rows betwen numbers from a text file 8090. How to copy text in rows betwen numbers from a text file NAME#2 |