![]() |
|
#2
|
||||
|
||||
|
It would be a lot easier to resize the chart original in Excel. If the size is important, you may be able to duplicate the chart on a hidden worksheet in the same workbook where you can resize the chart and then use that version to paste into Word.
Assuming that you can't do that, the next easiest option would be to bookmark each of the graphics so you don't need to query the field code values. If this was done, the following code could be adapted to work. Dim aPic As InlineShape Set aPic = ActiveDocument.Bookmarks("Chart1").Range.InlineSha pes(1) With aPic .Width = 400 .Height = 200 End With |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Can't add ActiveX Objects.
|
MSOfficeGuy | PowerPoint | 5 | 12-14-2014 07:37 AM |
Format Painter doesn't work on Table Format?
|
Joey Cheung | Word Tables | 1 | 08-20-2014 02:24 AM |
Convert equation objects to inline objects
|
sumjoh | Word VBA | 1 | 01-29-2013 08:38 PM |
Shape Objects
|
Space Cowboy | PowerPoint | 4 | 10-04-2010 07:14 PM |
| Updating excel link alters table format in PP | dbmagnus | PowerPoint | 0 | 06-03-2010 12:12 PM |