Is there a way to dim an array to a value that is the same as a list box item count? I keep trying to do this, but it tells me that I need a constant value. Is there a way I can do this? I want to do this for an order randomizer, but need the program to automatically know the number of choices that need to be randomized.
VB Code:
Dim Variables (1 to list2.listcount)




Reply With Quote