Thread
:
urgent : count of digits in a number
View Single Post
#
2
Posted to microsoft.public.excel.programming
Die_Another_Day
external usenet poster
Posts: 644
urgent : count of digits in a number
Like....
Function CountDigits(ByVal Number as integer) as integer
CountDigits = Len(Number)
End Function
Or did I miss something?
Die_Another_Day
Reply With Quote
Die_Another_Day
View Public Profile
Find all posts by Die_Another_Day