Link to home
Start Free TrialLog in
Avatar of kgittinger
kgittingerFlag for United States of America

asked on

Suppress Blank Rows

I have a report that I need to export to Excel.  How can I ellimnate the blank rows from the export?  My blank rows are conditionally formatted to suppres.
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

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
As a rule of thum to minimize blank rows in exporting to Excel try creating as many as possible of subsections like if in a section you have 5 lines that are static not variable hten try creating each line in a sub section this way you can control the data output minimizing blank lines also try aligning the data fields so that they don't use diffrent columns and some may endup blanks
gowlfow