I need to reduce space between lines in a custom paper size report that I need to create for a label.
My report custom paper size is 5.75 Inch x 1.75 Inch and the filed is
Font Name: Times New Roman
Font Size: 6
Can Grow: Yes
Can shrink: Yes
Section Detail Height: 0.0833" --- Reducing this value dose not reduce the space between lines
I tried VBA Private Sub Report_Open(Cancel As Integer)
Me.Detail.Height = 3
and
rpt.Section(acDetail).Height = 10
but could not reduce the space between lines.
When I open the report I can see that there is space between lines that can be reduce ( I just need a hair line space between two lines)
Dose any one know how to fix this problem
Thanks
Rahul
My report custom paper size is 5.75 Inch x 1.75 Inch and the filed is
Font Name: Times New Roman
Font Size: 6
Can Grow: Yes
Can shrink: Yes
Section Detail Height: 0.0833" --- Reducing this value dose not reduce the space between lines
I tried VBA Private Sub Report_Open(Cancel As Integer)
Me.Detail.Height = 3
and
rpt.Section(acDetail).Height = 10
but could not reduce the space between lines.
When I open the report I can see that there is space between lines that can be reduce ( I just need a hair line space between two lines)
Dose any one know how to fix this problem
Thanks
Rahul