2015年1月15日 星期四

NO.8

VAB的教學與使用,可以利用EXCEL和C++結合!!


Private Sub CommandButton1_Click()
For i = 1 To 9
For j = 1 To 9
    Cells(i, j) = i * j
Next
Next

End Sub

沒有留言:

張貼留言