I want to add number of numbers to be randomize from user not from the code
So the code is: dim Array (1 to 50) as long
I want to change 50 by 20 or any other no. while run time
My idea is to put x instead of 50 and the user add 50 from text or inputbox
Text1.text =x
But the array(x) could not be worked, must be number
Please help me adjust the code
Thank you