![]() |
#1
|
|||
|
|||
![]()
I use this code to format a picture - just a frame around it
Sub FormatPicture() ' ' FormatPicture Makro ' With Selection If .InlineShapes.Count <> 1 Then Exit Sub With .InlineShapes(1) With .Borders .Enable = True .OutsideLineWidth = wdLineWidth300pt <<<<<<<<<<<<<<<< crashes here when stepping through ??? .OutsideLineStyle = wdLineStyleSingle .OutsideColorIndex = wdBlack End With End With End With End Sub but it ONLY works if the picture is "in line with text" ! How can I change it to work on "flowting pictures too ? EDIT: Too I noticed that the machines freezes/crashes at the marked line when stepping through the code - why Last edited by ksor; 11-20-2020 at 09:02 AM. |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
BLUEPUPIL | Word VBA | 2 | 04-28-2019 03:14 PM |
![]() |
voyagerone | Drawing and Graphics | 3 | 05-31-2016 09:55 PM |
Picture Formatting Problem | thowes2 | Word | 1 | 04-24-2013 05:24 PM |
![]() |
mayj | Word | 1 | 04-02-2013 03:09 AM |
![]() |
qwertyjjj | Word | 5 | 01-10-2013 09:49 AM |