Hi all,
Anyone has an idea how to get rid of extra line spaces in a report? I need to do it after the report is done, not by editing it in a design mode - cause the extra space lines are created dynamically and you can see them only in preview or print modes.
So I need something like:
sub On_Page
Report!"my_report".lines(12).delete
End sub
Anyone has an idea how to get rid of extra line spaces in a report? I need to do it after the report is done, not by editing it in a design mode - cause the extra space lines are created dynamically and you can see them only in preview or print modes.
So I need something like:
sub On_Page
Report!"my_report".lines(12).delete
End sub