S
SiriS
Hello,
I have two graphs, one on top of the other, that I would like to cop
into a Word document just like they look in Excel.
I can copy each of the graphs separetly into Word, using the followin
VBA code
' Copy chart as a picture
Activechart.Chart.CopyPicture _
Appearance:=xlScreen, Size:=xlScreen, Format:=xlPicture
' Paste chart at cursor position
With wordApp
.Selection.PasteSpecial Link:=False
DataType:=wdPasteMetafilePicture, _
Placement:=wdInLine, DisplayAsIcon:=False
End With
But how to copy the two of them together just like they look in th
excel sheet? Any suggestions?
Thank you,
Sir
Attachment filename: two aligned graphs.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=56474
I have two graphs, one on top of the other, that I would like to cop
into a Word document just like they look in Excel.
I can copy each of the graphs separetly into Word, using the followin
VBA code
' Copy chart as a picture
Activechart.Chart.CopyPicture _
Appearance:=xlScreen, Size:=xlScreen, Format:=xlPicture
' Paste chart at cursor position
With wordApp
.Selection.PasteSpecial Link:=False
DataType:=wdPasteMetafilePicture, _
Placement:=wdInLine, DisplayAsIcon:=False
End With
But how to copy the two of them together just like they look in th
excel sheet? Any suggestions?
Thank you,
Sir
Attachment filename: two aligned graphs.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=56474