prabha_friend
Board Regular
- Joined
- Jun 28, 2011
- Messages
- 95
Hi All,
I want to select all the cells having the same font ("AmplitudeTF"). The recording option gives the following:
But How to do a "FindAll" programmatically?
I want to select all the cells having the same font ("AmplitudeTF"). The recording option gives the following:
Code:
With Application.FindFormat.Font
.Name = "AmplitudeTF"
.Subscript = False
.TintAndShade = 0
.ThemeFont = xlThemeFontNone
End With
But How to do a "FindAll" programmatically?