The great use of life is to spend it for something that outlast it.William James
There are three ingredients in the good life: learning, earning, and yearning. -Christopher MorleyMusic is the only language in which you cannot say a mean or sarcastic thing. -John Erskine
As a Variant
Function getRnd(n)
Randomize
getRnd=1+Int(n*Rnd)
End Function