George Too
Registered User.
- Local time
- Today, 09:47
- Joined
- Aug 12, 2002
- Messages
- 198
How do you increment letters using code?
For example, I have a For loop and just like I would do with numbers (i = i+1), I would like to increment letters in alphabetical order. If the loop starts with letter = "C", I want letter to increment to "D" then "F"...etc.
This is not possible by adding 1 to "C" because of type mismatch errors —I know, I tried it
Any ideas?
Thanks all,
George
For example, I have a For loop and just like I would do with numbers (i = i+1), I would like to increment letters in alphabetical order. If the loop starts with letter = "C", I want letter to increment to "D" then "F"...etc.
This is not possible by adding 1 to "C" because of type mismatch errors —I know, I tried it

Any ideas?
Thanks all,
George