Im trying to print out the contents of a mshflexgrid. All I gt printed is the top left cell though. What did I do wrong here??? this is in a command button
Printer.FontName = MSHFlexGrid1.FontName
Printer.FontBold = MSHFlexGrid1.FontBold
Printer.FontItalic = MSHFlexGrid1.FontItalic
Printer.FontSize = MSHFlexGrid1.FontSize
Printer.Print MSHFlexGrid1
Printer.EndDoc
I must be missing something here.
Thanks in advance
Dragnut
Printer.FontName = MSHFlexGrid1.FontName
Printer.FontBold = MSHFlexGrid1.FontBold
Printer.FontItalic = MSHFlexGrid1.FontItalic
Printer.FontSize = MSHFlexGrid1.FontSize
Printer.Print MSHFlexGrid1
Printer.EndDoc
I must be missing something here.
Thanks in advance
Dragnut