Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wish to make an excel makro which append a chart to open word file.
(format as picture). Then it returns to excel. It would be useful also to clear the clipboard after this. I succeded to make makro which transfer chart to clipboard and then make word as active. In Tools - references I also assign Microsoft word 10.0 Object library. This macro is: Sub Makro2() ' Dim exc As Excel.Workbook, wor As Word.Application ActiveChart.ChartArea.Copy Set wor = GetObject(, "word.application") wor.Visible = True wor.Activate End Sub I please for macro, which will copy this chart to open word document. Regards and thank for help Jani |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to insert a word document onto an Excel Chart | Excel Discussion (Misc queries) | |||
how do i copy an excel spreadsheet into word document with a table | Excel Discussion (Misc queries) | |||
EXCEL chart into Word document | Excel Discussion (Misc queries) | |||
Copy table from Word Document to Excel | Excel Discussion (Misc queries) | |||
How do I copy a Word document into Excel and have it look good? | Excel Discussion (Misc queries) |