我是學VBA新手,關於回覆內容想請教幾個問題
1.CheckBox8_Click()的內容是指全選的語法嗎?UBound(MyGroup)是什麼意思?
2.class1的內容是指儲存格式變粗體嗎?儲存格要做其他變化是在這裡設定嗎?
3.moudle1的語法不是很懂?
If cb.progID = "Forms.CheckBox.1" And cb.Object.Caption = "" Then
ReDim Preserve MyGroup(s)
Set MyGroup(s).xlBox = cb.Object
s = s + 1
End If
4.Public WithEvents xlBox As MSForms.CheckBox -> 是什麼意思?作者: GBKEE 時間: 2013-1-17 15:39