Ok, I will try that,
But If I wanna copy (with VB) two charts inside two OLE (OLE, OLE2) objects the union function doesen't work. Have you any suggestion how I should do?
Copy one chart I do like this
VB Code:
Dim objGraph As Object Clipboard.Clear Set objGraph = Me.OLE1.object objGraph.ChartArea.Copy




Reply With Quote