Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capturing Charts

Status
Not open for further replies.

ghobbes98

Programmer
Feb 7, 2002
62
IE
I am using the mschart and I was wondering if there is any way of saving the chart that is produced out of this without having to do a screen grab. I want to do a number of different charts to describe the situation of a system
Any help would be great
Thanks
Hobbes
 
Code:
dim ipic as IPictureDisp

Set ipic = Clipboard.GetData
MSChart1.EditCopy
Set Picture1.Picture = Clipboard.GetData()
Clipboard.SetData ipic

Better late than never?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top