Link to home
Start Free TrialLog in
Avatar of stephen55
stephen55

asked on

Text file created using OutputTo command has unwanted blank lines

I use the macro listed below to convert my report to a text file. The report (formatted correctly) is converted to a text file but spaces appear between some of the line items. The data is otherwise correct.  What is causing the blank lines and how do I get rid of them without manually editing the *.txt file?

My Macro

Action: OutputTo

Object type: Report
Object name:
Output Format: Text Files
Output File:
Auto Start:
Template File:
Encoding:  ( I have tried all the choices)
ASKER CERTIFIED SOLUTION
Avatar of shanesuebsahakarn
shanesuebsahakarn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi stephen55,

try Output Format as RTF file OR HTML as both hold the Format well, unlike txt


I hope this helps.

jaffer
Avatar of stephen55
stephen55

ASKER

Thanks. I had to review the TransferText Actions, but this solved my blank line issue.