Alingment Setting for Numeric value
Alingment Setting for Numeric value
Rate Alingment Setting for Numeric value
(2(2 Vote))
Dim length, diff As Integer
length = Len(CStr(value))
diff = 15 - length
value = String(diff, " ") & value
arrange = value
Exit Function
End Function
Alingment Setting for Numeric value Comments
No comments yet — be the first to post one!
Post a Comment