I print the contents of a FlexGrid with the following code:
Clipboard.Clear
Clipboard.SetData MSFlexGrid2.Picture
With Printer
.PaintPicture Clipboard.GetData(vbCFBitmap), Printer.CurrentX,
Printer.CurrentY
.EndDoc
End With
Clipboard.Clear
, but if it exceeds the paper size, the printer will not continue on the
next page.
How can I print the entire FlexGrid on multiple pages.
Thanx in advance,
Peter.