0
I am trying to create a subroutine capable of reading the entire alphabet from A to Z and storing/displaying the letters read in duplicate (AA, BB, CC, ...) in VB6
but it hasn’t worked out yet.
My attempt:
Do while alfa <> z
alfa = alfa + a
lstalfabeto.additem alfa
Loop
You can understand that you are trying to learn VB6/VBA and are having some difficulties (it is normal). I would suggest that you read the following tutorials (are in PT) (Tutorial1 and Tutorial2). I believe that at the end of reading you will be able to express your doubts better (or maybe have no doubts.)
– Omni
The first tutorial didn’t open but I liked it has a lot I need to know about it,if you can send more links thank you bro.compliments.alex from Mozambique
– user7752