What's wrong in this?
With Application.FindFormat.Font
.Name = "AmplitudeTF"
' .Subscript = False
' .TintAndShade = 0
' .ThemeFont = xlThemeFontNone
End With
Cells.Find(What:="", SearchFormat:=True).Activate
I am getting an "Object variable or With block variable not set"