![]() |
#1
|
|||
|
|||
![]()
Hi,
I have many images in the document, inline shapes, and wrapped (top and bottom) I want to apply a border to all images (1pt) and disable the already created shadow for it. I made this VBA, but doesn't work for wrapped shapes Code:
Dim pic As InlineShape For Each pic In ActiveDocument.InlineShapes pic.Borders.OutsideLineStyle = wdLineStyleSingle pic.Borders.OutsideLineWidth = wdLineWidth010pt pic.Shadow.Visible = False Next |
Tags |
macro, shapes, vba |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
luciusrdv | Word VBA | 1 | 05-07-2021 02:05 PM |
![]() |
si14 | Drawing and Graphics | 13 | 07-28-2018 03:31 AM |
![]() |
Mattia | Word VBA | 2 | 11-10-2017 12:52 AM |
VBA Word Table - Select More than 1 Column at a time - Apply Formatting | jc491 | Word VBA | 12 | 09-24-2015 06:03 AM |
how do i apply any change to all pictures in one document | greenil | Word | 0 | 06-18-2013 12:56 AM |