For 7
Randomize
a = Int(26 * Rnd + 65)
s = s + chr(a)
Next
TracePrint s
輸出7位隨機字母
直接復制代碼調試就行。。然後根據妳的需要修改