M
Murthy
I am creating a text file using the following code:
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile(FilePath & NameOfFile, True)
Now, in the new text file created, I want to insert page breaks.
What is the code to be written to have page breaks in the text file created?
- Murthy
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile(FilePath & NameOfFile, True)
Now, in the new text file created, I want to insert page breaks.
What is the code to be written to have page breaks in the text file created?
- Murthy