Tag: Base36

  • VBA Base36 Encoding: Simple Implementation for Visual Basic

    VBA Base36 Encoding: A Practical Implementation Looking for a simple VBA Base36 encoding solution? Base36 encoding (also known as sexatrigesimal) is a handy way to represent numbers using a character set of 36 symbols. In this guide, I’ll share a straightforward implementation for Visual Basic developers. Base36 encoding uses digits 0-9 and letters A-Z to…