Hi.
I need to generate repeat NOT REPEATED numbers and arrange the numbers in ascending order. If anyone can fix I would appreciate it.
Code:Sub RndNumb() With Range("A2:A9") .Formula = "=INT(99*RAND()+1)" .Value = .Value End With End Sub
Hi.
I need to generate repeat NOT REPEATED numbers and arrange the numbers in ascending order. If anyone can fix I would appreciate it.
Code:Sub RndNumb() With Range("A2:A9") .Formula = "=INT(99*RAND()+1)" .Value = .Value End With End Sub
Last edited by marreco; 11-01-2012 at 07:28 PM. Reason: Solved
Bookmarks