VBA_控件02

'標籤屬性
Sub attribute1()
Sheet2.Label1.Caption = "標籤"
End Sub
Sub attribute2()
Sheet2.Label1.Enabled = True
End Sub
Sub attribute3()
Sheet2.Label1.Visible = True
End Sub
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章