How to change bellow VBA Code to have random numbers display in vertical cells instead horizontal, as is is written in the bellow VBA Code .
" Sub GetRandomNumbers ()
Dim i As Long, randIndex As Long, Temp As Long, anArray As Variant
Dim MaxNumber As Long, HowManyRands As Long
MaxNumber =...