![]() |
|
#2
|
||||
|
||||
|
Try:
Code:
Sub Demo()
Application.ScreenUpdating = False
With ActiveDocument
While .InlineShapes.Count > 0
.InlineShapes(1).ConvertToShape
Wend
End With
Application.ScreenUpdating = True
End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Wrap Text Inside Picture
|
marconexcel | Drawing and Graphics | 2 | 02-02-2018 05:01 PM |
Wrap text in text box around image with transparent background
|
pstidsen | Word | 4 | 02-08-2016 03:30 PM |
Wrap TABLES around picture?
|
ShankedS | Word Tables | 2 | 11-16-2015 04:27 PM |
| Powerpoint automatically changing picture size when adding a picture (2010) | One_Life | PowerPoint | 7 | 01-20-2012 06:57 AM |
Tiny square but no picture pasted
|
Seafarer | Word | 3 | 12-28-2011 05:35 PM |