+ Reply to Thread
Results 1 to 2 of 2

creating random numbers

  1. #1
    Registered User
    Join Date
    01-15-2005
    Posts
    1

    Cool creating random numbers

    I am trying to create random numbers between a certain range. say, (2,10)

    how do i do this thru VBA code?

    i tried RANDBETWEEN(2,10) but its doens't seem to recognize this as a fucntion...

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    =INT(RAND()*10)

    will get you random numbers between 0 and 10 if that helps
    not a professional, just trying to assist.....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1