I am trying to move charts that I made in excel to a word document via a macro. Does anyone know what code would allow me to do this. So far I have the code to open the word document but can't seem to get the rest.
Moving charts fom excel to word.
Started by
Guest_priorityone_*
, Jan 06 2007 03:22 AM
4 replies to this topic
#1
Guest_priorityone_*
Posted 06 January 2007 - 03:22 AM
Guest_priorityone_*
|
|
|
#2
Posted 06 January 2007 - 02:03 PM
in the 'ws' loop, add this: (I'll let you decide where, it'll need another paste afterwards)
After all is done, Word's 'View' needs to be changed to 'Print Layout' to see the chart(s).
ws.ChartObjects.Copy
After all is done, Word's 'View' needs to be changed to 'Print Layout' to see the chart(s).
#3
Guest_priorityone_*
Posted 06 January 2007 - 02:24 PM
Guest_priorityone_*
I will use this, am sure this is what I was looking for:)
#4
Posted 06 January 2007 - 02:39 PM
#5
Posted 07 January 2007 - 03:19 AM
I just copy/paste lol,
Why use a macro to copy a chart ??
Maybe I understood wrong, But.
Why use a macro to copy a chart ??
Maybe I understood wrong, But.
Quote
I am trying to move charts that I made in excel to a word document via a macro


Sign In
Create Account

Back to top












