Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Randomiser

Hi all,

HYCH

I am using the code below to run a randomsier, but i would like to
randomly generate numbers from 1 to 128 and put them into cells in
column B ie

1st number generated into b1, 2nd number would then go into b2, 3rd
into b3 and so on, any help with the code for this, if it is possible

Random code using just to show a random number.


Sub RandomNo()
Randomize
MyNumber = Int((128 - 1 + 1) * Rnd + 1)

MsgBox ("Number Generated ") & (MyNumber)
Range("H8").Select
End Sub
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"