Hello, I just have a quick question on the best way to randomize the VB random number generator. When the application starts I call these two lines only once. Is that the best way?
I call Rnd -1 before I call Randomize because of this KB articleCode:Call Rnd(-1) 'KB Article KB120587 Call Randomize




Reply With Quote