Format a number with total number of digits
I used it to format a date as "yyyy-mm-dd"
Access to code is limited.
Login here using your Linkedin account. to see or download code.
No registration, not another password to remember, login using your Linkedin account and have access to all public codes in BoldCodes.com
Loginn, totalDigits
BBlogDate = pd(Year(BBlogDate),4) & "-" & pd(Month(BBlogDate),2) & "-" & pd(Day(BBlogDate),2)
Views 2797 Downloads 1053