xtreme1131
2009-03-07 16:40:46 UTC
i have 4 numbers going cross from C3 to F3
i have to make a button that when clicked, each number in the cells i listed above change randomly. This button i have to make using sequential VBA instructions. In other words, with no "for loop" structure.
The second button must have the same function, but this one has the "for loop" structure
The last button is the same but this one generates 4 random letters instead, in four different specific cells. This one also uses the "for loop" structure.
If anyone could jus explain what the "for loop" structure is, and how to use it, that would be great. Also, if you know what the sequential VBA instructions are for random numbers without the for loop structure, that would also be great.
Any Help is appreciated, thanks.