![]() |
#1
|
|||
|
|||
![]()
I'm working with Word 2010 to put together some nametags. Each set of nametags contains anywhere from 300 - 600 names. I take the images out of an image in paint and put them into Word onto the nametags.
Everything was working fine until lately, where this strange issue started showing up: In a large majority of my files, the first 1 - 15 images would actually be other random images from the document. To clarify, the first few show the images they're supposed to be, yet when I print them they display a different image. Also, if I double click the image to open in paint, it shows the wrong image as well. Here's a screenshot of what's happening: ![]() I think I've narrowed this down to one of three things.
Here's the macro I've been using: Code:
Sub FormatPicture() Selection.PasteSpecial Link:=False, Placement:=wdWrapTight, _ DisplayAsIcon:=False With Selection.ShapeRange .LockAspectRatio = msoTrue .Height = InchesToPoints(1.4) .WrapFormat.Type = wdWrapTight .IncrementLeft 50 .IncrementTop -5 End With End Sub |
Tags |
images, macro, word 2010 |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can't paste images into Word! | Jemko | Word | 1 | 02-18-2012 09:53 AM |
![]() |
Sonia Sosa | Mail Merge | 8 | 04-22-2011 03:05 PM |
![]() |
sulasno | Drawing and Graphics | 4 | 04-09-2011 07:28 AM |
![]() |
WaltR | Word | 2 | 02-13-2011 10:43 PM |
![]() |
questiona | Drawing and Graphics | 2 | 01-03-2011 03:07 PM |