L
LJG
I picked up on this code some time ago and wonder if anyone could explain
the code?
Private Sub Report_Page()
Me.DrawWidth = 8 ' line thickness
Me.Line (0, 0)-Step(Me.Width, 10000), , B ' can anybody explain this
line in particular?
End Sub
The problem I am having is getting it to look tidy on an A4 page (21cm
x20cm) as when I setup the page I keep getting a message that the page is
wider than the printable area.
TIA
Les
the code?
Private Sub Report_Page()
Me.DrawWidth = 8 ' line thickness
Me.Line (0, 0)-Step(Me.Width, 10000), , B ' can anybody explain this
line in particular?
End Sub
The problem I am having is getting it to look tidy on an A4 page (21cm
x20cm) as when I setup the page I keep getting a message that the page is
wider than the printable area.
TIA
Les