ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Text file created from Excel (https://www.excelbanter.com/excel-programming/399127-text-file-created-excel.html)

murthy

Text file created from Excel
 
I have data in Excel.

I have a program which reads the data, validates it against certain
equations, and writes out the error report in a text file.

I am able to do this far.

How do I put the page breaks in the text file programatically? Say, if the
line count is more than 60, I would like the program to skip page and write
out on a new page.

Can you pl help?

Murthy

Peter T

Text file created from Excel
 
Add a character chr(12), either on its own line or perhaps like this

strLine61 = Chr$(12) & strLine61

Regards,
Peter T


"Murthy" wrote in message
...
I have data in Excel.

I have a program which reads the data, validates it against certain
equations, and writes out the error report in a text file.

I am able to do this far.

How do I put the page breaks in the text file programatically? Say, if

the
line count is more than 60, I would like the program to skip page and

write
out on a new page.

Can you pl help?

Murthy





All times are GMT +1. The time now is 06:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com