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