I am making a card game, and want to fill up a list box with 26 cards (one list box for player and computer). How do i use the do until function to do this???
Thanks in advance
ILMV
Printable View
I am making a card game, and want to fill up a list box with 26 cards (one list box for player and computer). How do i use the do until function to do this???
Thanks in advance
ILMV
VB Code:
Do Until List1.ListCount = 26 List1.AddItem "R" Loop
there ya go :wave: