LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default VBA Code - Pasting Pictures from Excel into Word

It seems as though I saw something like this on Jon Peltier's site today.
Look at www.peltiertech.com

"Cush" wrote:

I am using Excel to automate the creation of a simple report in Word. Due to
limited stack space I've had to copy my charts in Excel as pictures. When I
then try to copy and paste these pictures into a Word document as part of the
automation, the picture doesn't stay where I pasted it in the report.

Does anyone have the code that can be used in Excel to paste a picture in
Word and have it stay in the same place? The other picture formatting (ex.
wordwrap) specifications seem to work properly. I'm just having problems
with the picture moving with the text written after it's pasted. I'm working
in Excel and Word version 11 (2003) on XP.

The code I am using works for Word version 9, but doesn't work for Word
version 11. Here it is:

appWord.Selection.TypeParagraph
AppActivate "Microsoft Excel"
Sheets("Congress_Charts").Select
ActiveSheet.Shapes("Report1 - Pic01").Select
Selection.Copy
appWord.Selection.ParagraphFormat.Alignment = 1
appWord.Selection.PasteSpecial Link:=False,
DataType:=wdPasteMetafilePicture, _
Placement:=wdFloatOverText, DisplayAsIcon:=False
appWord.Selection.MoveRight Count:=1

appWord.Selection.ParagraphFormat.SpaceAfter = 20
appWord.Selection.ParagraphFormat.SpaceBefore = 10
appWord.Selection.TypeParagraph
appWord.Selection.ParagraphFormat.Alignment = 3
appWord.Selection.TypeText _
"We need to invest in high schools..."


Thanks.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pasting Pictures SpinDog Charts and Charting in Excel 2 March 9th 10 11:28 AM
How do you export pictures from my pictures file into a word docu Becky New Users to Excel 1 November 20th 09 07:02 PM
How to put pictures into an excel document for merging in Word? PAW Excel Worksheet Functions 1 February 8th 06 05:51 PM
pasting pictures into Excel mikel2634 Excel Programming 1 May 3rd 05 05:58 PM
Pasting pictures from Excel to Word (2000) Jim Cone Excel Programming 3 April 15th 05 11:42 PM


All times are GMT +1. The time now is 04:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"