View Single Post
 
Old 04-11-2018, 04:41 AM
eduzs eduzs is offline Windows 10 Office 2010 32bit
Expert
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default

Code:
With Shp
      With .TextFrame.TextRange
            .InsertSymbol Font:="+Body", CharacterNumber:=9679, Unicode:=True
            .Font.ColorIndex = wdRed
      End With
 .Line.Visible=msofalse
.
.
.
__________________
Backup your original file before doing any modification.
Reply With Quote