![]() |
|
#3
|
|||
|
|||
|
Thank you for the quick answer! Using early binding is for sure better, and I even already had the library references checked. I now modified the variable declarations:
Code:
Dim xlApp As Excel.Application
Dim xlRefWB As Excel.Workbook
Dim xlDataWB As Excel.Workbook
Dim xlSheet As Excel.Worksheet
Dim chartObj As Excel.chartObject
Dim i As Long, lastRow As Long
Dim wordBookmark As String
Dim filePath As String, sheetName As String, rangeOrChart As String
Dim bmRange As Word.Range
Code:
chartObj.ChartArea.Copy ![]() I'll leave the screen a bit and see if I can find a solution later... |
| Tags |
| charts, copy, update |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Is there a way to stop macro modifications from undoing when Updating Word Linked Tables?
|
soroush.kalantari | Word VBA | 3 | 06-27-2021 06:15 PM |
| Problem With Updating Linked Excel Tables in Word 2013 | maverick1714 | Word | 6 | 09-30-2014 12:30 AM |
Word 2013 Fields not updating
|
awaywithpixie | Word | 1 | 09-10-2013 10:35 AM |
| Updating lists of figures/Tables in a protected document | IHARKIS | Word | 0 | 03-02-2011 04:39 AM |
| Auto-updating basic math functions & cross-referencing tables | FranklinBluth | Word Tables | 13 | 11-19-2009 10:26 AM |