Excel VBA Rnd Not Actually Random - Stack Overflow
I currently have a macro that when i click a button, it "randomly" gives me a number in a msgbox: dim number as double number= Int(8 * Rnd + 1) - 1 MsgBox number The thing is, the numbers aren't ... This appears to be VB.net, not VBA. A VB.Net solution do...