Mike Bailey
Well-known member
Ok lets say I wanted to get a few students grades using a inputebox. I need to keep each grade in a variable and allow the user to enter up to 101 grades. Now lets say for what ever reason I need to use a array to do some other stuff later.
So I would have a index of 0 to 100
How do I use the inputbox to give each index a value (the grade)
Thnks for any Help
Hopeless NewBeeeeeee
Mike Bailey
Code:
Dim myArray(101) as integer
How do I use the inputbox to give each index a value (the grade)
Thnks for any Help
Hopeless NewBeeeeeee
Mike Bailey