Ok so i tried this method:
Dim random1 As String
random1 = Int((9999999 - 0 + 1) * Rnd() + 0)
TextBox1.Text = random1
The problem is i want fully 7 digits of number
Example: 0824912, 0094246
but the textbox just hide "0"
Anyone help?
Ok so i tried this method:
Dim random1 As String
random1 = Int((9999999 - 0 + 1) * Rnd() + 0)
TextBox1.Text = random1
The problem is i want fully 7 digits of number
Example: 0824912, 0094246
but the textbox just hide "0"
Anyone help?