Private Sub Command1_Click()
 Dim s As String
 Randomize
 s = Chr(Int(Rnd(25) + 97))
 Print s
End Sub
怎么实现不了随机???请指教出错在哪?