Randomize
i = Int(4 * Rnd + 1)
If i = 1 Then
KeyPress "9"
KeyPress "7"
End If
if i = 2 Then
KeyPress "9"
KeyPress "8"
End If
if i = 3 Then
KeyPress "9"
KeyPress "9"
End If
if i = 4 Then
KeyPress "1"
KeyPress "0"
KeyPress "0"
End if
大概就是这个意思 请问怎么实现 运行不了 软件提示错误
i = Int(4 * Rnd + 1)
If i = 1 Then
KeyPress "9"
KeyPress "7"
End If
if i = 2 Then
KeyPress "9"
KeyPress "8"
End If
if i = 3 Then
KeyPress "9"
KeyPress "9"
End If
if i = 4 Then
KeyPress "1"
KeyPress "0"
KeyPress "0"
End if
大概就是这个意思 请问怎么实现 运行不了 软件提示错误