Also posted in "General Questions"
Greetings !
I have this, generated by recording a Macro :
Selection.Find.Replacement.Font.Name =3D "MS LineDraw"
With Selection.Find
.Text =3D "=B3"
.Replacement.Text =3D "=B3"
.Forward =3D True
.Wrap =3D wdFindAsk
.Format =3D True
.MatchCase =3D False
.MatchWholeWord =3D False
.MatchWildcards =3D False
.MatchSoundsLike =3D False
.MatchAllWordForms =3D False
End With
Selection.Find.Execute Replace:=3DwdReplaceAll
but now that MS LineDraw won't work, I thought I could=20
substitute this, wot I got also by recording a Macro:
Selection.InsertSymbol _
Font:=3D"Courier New", _
CharacterNumber:=3D9508, _
Unicode:=3DTrue
but I can't seem to marry this snatch with the previous=20
code, to do the lot.
Help !
RClay AT haswell DOT com