Public Function FormatLeftJustifyFast( _
ByRef vValue As Variant _
, ByRef vFormat As String _
, ByVal vWidth As Long _
) As String FormatLeftJustifyFast(12345, "#,##0", 10) = "12,345 "
FormatLeftJustifyFast(12345, "#,##0", 3) = "12,345"See also: FormatLeftJustifyTruncateFast Function
FormatRightJustifyFast 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.