December 15th, 1999, 02:55 AM
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
|
Click to See Complete Forum and Search --> : How to print particular objects displayed on a form December 15th, 1999, 02:55 AM 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 DavidTu March 1st, 2000, 12:26 PM chart.EditCopy Printer.Print " " Printer.PaintPicture Clipboard.GetData(), 0, 0 Printer.NewPage Printer.Orientation = vbPRORLandscape Printer.EndDoc codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |