![]() |
|
#2
|
|||
|
|||
|
I could be wrong, but I don't think .border returns true or false. Maybe something like this:
Code:
Sub ScratchMacro()
'A basic Word macro coded by Greg Maxey
Dim oChr As Range
For Each oChr In ActiveDocument.Range.Characters
If oChr.Borders.OutsideLineWidth <> 0 Then
oChr.InsertBefore ChrW(9660)
End If
Next
End Sub
|
| Tags |
| boarder, character border, insert |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
True Title Case for First Row of All Tables
|
Marrick13 | Word VBA | 14 | 12-11-2013 09:12 PM |
Aligning Page Border with Table border without losing formatting :mad:
|
l39linden | Word Tables | 5 | 10-04-2013 02:06 AM |
Character based Search and Replace font size
|
anacond11 | Word | 2 | 08-08-2013 08:10 AM |
How to change the color of Character Border?
|
tinfanide | Word | 4 | 10-27-2012 06:35 AM |
Macro not staying true
|
oluc | Word VBA | 4 | 11-21-2010 08:10 AM |