Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #14  
Old 05-04-2019, 04:08 AM
macropod's Avatar
macropod macropod is offline size of imported images ??? Windows 7 64bit size of imported images ??? Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

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]
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
size of imported images ??? 300dpi Images inserted as thumbnail size 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
size of imported images ??? Reduce file size of pasted images (Outlook new msg)? Josh Outlook 2 12-01-2010 02:27 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:10 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft