SCIENCE !


log in or register to remove this ad


Thanks. I probably should have done this in OGRE, but this was way more cut-and-paste friendly.

I might update it with a huge mega-random page with every option from all tables just for sheer poops and giggles.

Here is the VB code for the RandomSelection module I found on teh intarwebs

Code:
Function RandomSelection(aRng As Range)
'Update20131113
Dim index As Integer
Randomize
index = Int(aRng.Count * Rnd + 1)
RandomSelection = aRng.Cells(index).Value
End Function

Distribute with the product as you like, boss.
 
Last edited:


I did originally, yes. I'll import the new stuff today and repost. I improved the sheet's functionality a little anyway. Thanks for the heads up!

As soon as the pdfs hit for backers I'll be trying to make a bunch of these.
 

Remove ads

Top