Public Function NumberSuffix( _ ByVal vValue As Variant _ ) As Variant
NumberSuffix(1) = "st" NumberSuffix(2) = "nd" NumberSuffix(13) = "th" NumberSuffix(42) = "nd" NumberSuffix(45) = "th"See also:
NumberAndSuffix Function Spellings ClassvValue: Number whose suffix is to be returned. The suffix denotes the position of the item with this number within the list of items. Function returns Null if vValue is Null or cannot be fixed up to a number.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.