I have never heard of a NewPage character with reference to text files.
I have VBA that creates a text file.
After 65 lines are written to the file - my VBA writes out a blank line and 4 PageHeader lines.
Is there such a thing as a 'NewPage' character that I can put in the blank line that comes just before the 4 PageHeader lines?
Or . . . is there an alternative to the 'NewPage' character?
The text file will get written to the network and then uploaded [using a program that I do not control] into a 3rd party reporting software [Synergy].
The person whose program will upload the text file asked me to find out if it is possible to add a NewPage character in every 66th line of my output text file.
I'd appreciate any suggestions.