Hello,
I would like to increase letter A to letter B, then C, D, E,F...... on button click like number increasement. What is the easiest way for doing this?
Thank you.
Hi Phone,
You can use this function from Text: Chr(integer). Then you can increase integer => get next character.
For example: Chr(88) = X
This is the Text document.
Please take this table reference for mapping.
Noted that may need to validate integer range to get needed characters.
Hope this helps,
Khuong
Hi,
I made the sample application for your requirement. Please find the attached solution...