Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Billab123

    Randon Date Generator Help Please

    andrezjek were do i put that in the code? i put it in the last line is that right? Sub GenerateRandomNumberInRange() Dim MaxNumber As Integer Dim MinNumber As Integer Dim RandomNumber As Integer MinNumber = 1 MaxNumber = 365 RandomNumber = Int((Rnd * (MaxNumber - MinNumber + 1)) + MinNumber)...
  2. Billab123

    Randon Date Generator Help Please

    Hi, I am trying to write a code that will give a random group of 23 people,how likely is it that two people have the same birthday. i need to write a program that creates a random date array from 1 to 23 (being the number of people) and to assign each of the 23 people a random date integer from...

Part and Inventory Search

Back
Top