![]() |
#5
|
|||
|
|||
![]()
Thanks so much for both replies. I am working through it and hopeful I can get the document looking a lot better.
There are however some images that I have been unable to get rid of. I have done a few things to try and fix it. I did a replace ^g with nothing. I took Guessed's advice with find: "^13([a-z])" and replace with " \1". I also ran a macro that someone recommended to me: Sub Macro1() Dim oShape As Shape Dim i As Integer For i = ActiveDocument.Shapes.Count To 1 Step -1 Set oShape = ActiveDocument.Shapes(i) If oShape.Type = msoPicture Then oShape.Delete Else Debug.Print oShape.Type End If Next i Set oShape = nothing End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Indentations in Mail and Calendar for Windows 10 | Mr M | Windows | 0 | 06-20-2018 07:01 AM |
![]() |
captainamerica | Word | 2 | 10-27-2017 05:32 PM |
![]() |
burry01 | Word | 1 | 01-18-2016 12:24 AM |
Bullet indentations unexpected change | richard hans | Word | 2 | 01-15-2014 05:14 PM |
Word indentations | mepossem | Word | 2 | 10-07-2013 10:02 AM |