- ©«¤l
- 2839
- ¥DÃD
- 10
- ºëµØ
- 0
- ¿n¤À
- 2895
- ÂI¦W
- 0
- §@·~¨t²Î
- ¡e²¤¡f
- ³nÅ骩¥»
- ¡e²¤¡f
- ¾\ŪÅv
- 100
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¡e²¤¡f
- µù¥U®É¶¡
- 2013-5-13
- ³Ì«áµn¿ý
- 2025-2-15
|
Function GetFontCount(xArea As Range, xA As Range)
Dim xR As Range
For Each xR In xArea
If xR = xA And xR.Font.ColorIndex = xA.Font.ColorIndex Then
GetFontCount = GetFontCount + 1
End If
Next
End Function
Xl0000063.rar (11.26 KB)
|
|