![]() |
#14
|
||||
|
||||
![]()
Presumably, since you're now working with inlineshapes, the code would become:
Code:
Sub Demo() Dim iShp As InlineShape With Selection ' or ActiveDocument For Each iShp In .InlineShapes With iShp .LockAspectRatio = True .Height = CentimetersToPoints(3.5) With .Line .ForeColor.RGB = RGB(0, 0, 0) .Weight = 0.5 .Visible = True .Style = msoLineSingle End With With .Range.ParagraphFormat .Alignment = wdAlignParagraphCenter .LineSpacingRule = wdLineSpaceSingle End With End With Next End With End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
darinfan | Drawing and Graphics | 1 | 09-06-2018 03:10 PM |
ms word 2013 massively increases file size of images inserted into new word document | rbg | Drawing and Graphics | 0 | 06-05-2016 08:04 AM |
Is there a way to make the images "same size"? | Jamal NUMAN | Word | 8 | 02-10-2015 03:23 AM |
Open Type fonts converted to outlines when .eps images are imported | rziegler | Drawing and Graphics | 9 | 09-20-2012 07:05 PM |
![]() |
Josh | Outlook | 2 | 12-01-2010 02:27 AM |