Relative Content

Tag Archive for excelvbabase62

Custom VBA Function to Convert to Base62

I’m trying to create a function in VBA that will encode a number into base62. If the encoded base62 string is less than 6 total characters, the functions pads the front of the string with zeros.

Custom VBA Function to Convert Decito Base62

I’m trying to create a function in VBA that will encode a number into base62. If the encoded base62 string is less than 6 total characters, the functions pads the front of the string with zeros.