Posted to microsoft.public.excel.programming
|
|
Need VBA code for Rnadom Number Generator
Dim MyValue
MyValue = Int((90 * Rnd) + 60)
Debug.Print MyValu
--
MattShoreso
-----------------------------------------------------------------------
MattShoreson's Profile: http://www.excelforum.com/member.php...nfo&userid=347
View this thread: http://www.excelforum.com/showthread.php?threadid=53682
|