DavidLai的程式設計
2014年12月7日 星期日
12/5 excel VBA 亂數產生
VB excel 亂數程式碼
Private Sub CommandButton1_Click()
For i = 1 To 9
Cells(1, i) = i
Cells(1, i).Font.ColorIndex = 0
Next
For i = 1 To 9
j = 10 - i
myrandom = (Fix(Rnd() * j + 1))
Cells(3, 3) = myrandom
tem = Cells(1, j)
Cells(1, j) = Cells(1, myrandom)
Cells(1, myrandom) = tem
Next
End Sub
張貼者:Unknown @
清晨5:35
0 個意見
0 個意見:
張貼留言
訂閱 張貼留言 [
Atom
]
<< 首頁
關於我自己
名稱:
Unknown
檢視我的完整簡介
先前的文章
11/28產生亂數(亂數重複) using System;using System.Col...
11/14 九九乘法表 using System;using System.Collections...
11/7 產生方塊 using System;using System.Collections.Ge...
10/31圈叉遊戲 比較輸贏 using System;using System.Collect...
10/24圈叉遊戲 using System;using System.Collections....
10/24方塊賽跑 using System; using System.Collectio...
using System;using System.Collections.Generic;usi...
9/26 C#紅綠燈 using System;using System.Collections...
訂閱
文章 [
Atom
]
0 個意見:
張貼留言
訂閱 張貼留言 [Atom]
<< 首頁