Hi,
I have code to strikethrough but when number 4 is strikethrough it does appear visible.
Sub Strikethrough()
With Selection.Font
.Name = "Times New Roman"
.FontStyle = "Regular"
.Size = 12
.Strikethrough = True
End With
End Sub
Your help would be greatly appreciated.
Biz
I have code to strikethrough but when number 4 is strikethrough it does appear visible.
Sub Strikethrough()
With Selection.Font
.Name = "Times New Roman"
.FontStyle = "Regular"
.Size = 12
.Strikethrough = True
End With
End Sub
Your help would be greatly appreciated.
Biz