How do we Print a MSChart displayed on a form? there are 3 different MSChart displayed on a form. how do we print individual MSChart? the print option is given as a right click menu for the MSChart items
Printable View
How do we Print a MSChart displayed on a form? there are 3 different MSChart displayed on a form. how do we print individual MSChart? the print option is given as a right click menu for the MSChart items
chart.EditCopy
Printer.Print " "
Printer.PaintPicture Clipboard.GetData(), 0, 0
Printer.NewPage
Printer.Orientation = vbPRORLandscape
Printer.EndDoc