Article ID: 150192
Article Last Modified on 7/13/2004
Private Sub Form_Click()
Dim I As Integer
'Should print a horizontal dotted line
For I = 0 To Printer.ScaleWidth Step 100
Printer.PSet (I, (Printer.ScaleHeight \ 2))
Next
Printer.EndDoc
End Sub
Printer.PSet ((Printer.ScaleHeight \ 2), I)
This should only be done when the PSet is used with the Printer object.Keywords: kbbug kbfix kbprint kbvbp500fix KB150192