Printer.PaintPicture MSFlexGrid1.Picture, 0, 0
Printer.EndDoc

I am using this code to Print the contents of an msflexgrid, is there a way to print landscape instead of portrait. Thanks.