NUMBERFORMATGET
NUMBERFORMATGET(rgeCell)
Returns the number format that has been applied to a particular cell.
| rgeCell |
REMARKS
??
|
Public Function NUMBERFORMATGET( _
ByVal rgeCell As Range) _
As String
NUMBERFORMATGET = rgeCell.NumberFormat
End Function
Calling this function IsFormula rather than HasFormula is in keeping with other Excel functions.
![]() |
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext
