Hi everyone,
I am trying to get this macro to pick a random number between 1 and 1000. It doesn't seem to be doing it, as I have only seen a couple values lower than 250 or higher than 750 out of a lot of trials. Also, it seems to like to pick 706 and 534. Any ideas? Thanks.

Here's what I used:
MagicNumber = Int((1000 * Rnd) + 1)