Private Sub CommandButton1_Click()For i = 1 To 16Cells(1, i) = Fix(Rnd() * 16)Next End Sub...
請先 登入 以發表留言。