VBA Check Word ASCII Code

Опубликовано: 14 Май 2026
на канале: Ctrl-Shift-Run
126
2

In this video, we'll use VBA to check the ASCII code of a word in a cell. We loop through the string and use the Mid function to get the character value at each position. Then, we use the ASC function to get the ASCII code of the character.

Then we store the value in a result variable that we return at the end. Hope you guys find it useful and the code will be up on the site soon.