E
ezduzitez
Hi all-
Your help will be greatly appreciated on this issue.
I have this macro that does what I need it to do, but I'm having to change the size of text before and after this custom symbol. The text size should be 11 before and after the symbol.
I'm attaching my current macro for your review. Thanks in advance.
Sub Surfacefinish()
With Application.ReplaceFormat.Font
.Name = "IMS"
.Size = 14
.Superscript = False
.Subscript = False
.TintAndShade = 0
.ThemeFont = xlThemeFontNone
End With
Cells.replace What:="125 SURFACE FINISH", Replacement:="«", _
LookAt:=xlPart, SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:= _
False, ReplaceFormat:=True
End sub
Sincerely,
EZ
Your help will be greatly appreciated on this issue.
I have this macro that does what I need it to do, but I'm having to change the size of text before and after this custom symbol. The text size should be 11 before and after the symbol.
I'm attaching my current macro for your review. Thanks in advance.
Sub Surfacefinish()
With Application.ReplaceFormat.Font
.Name = "IMS"
.Size = 14
.Superscript = False
.Subscript = False
.TintAndShade = 0
.ThemeFont = xlThemeFontNone
End With
Cells.replace What:="125 SURFACE FINISH", Replacement:="«", _
LookAt:=xlPart, SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:= _
False, ReplaceFormat:=True
End sub
Sincerely,
EZ