Public Function FormatRightJustifyTruncateFast( _ ByRef vValue As Variant _ , ByRef vFormat As String _ , ByVal vWidth As Long _ ) As String
FormatRightJustifyTruncateFast(12345, "#,##0", 10) = " 12,345" FormatRightJustifyTruncateFast(12345, "#,##0", 5) = "2,345"See also:
FormatRightJustifyFast Function FormatLeftJustifyTruncateFast Function Format$ Function (Visual Basic)vValue: Value which is to formatted. The formatted result is right-justified.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.