Thread
:
Filling cells with random numbers using loops? (VBA)
View Single Post
04-10-2013, 11:56 AM
Sajj
Windows 8
Office 2007
Novice
Join Date: Apr 2013
Posts: 3
got it
Sub randoms()
Dim randoms As Range
Range("a1:f20").Select
For Each randoms In Selection
object.Value = Rnd()
Next
End Sub
Sajj
View Public Profile
Find all posts by Sajj