prabha_friend
Board Regular
- Joined
- Jun 28, 2011
- Messages
- 95
What's wrong in this?
I am getting an "Object variable or With block variable not set"
Code:
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"
Last edited: