標題: [發問] VBA Type 語法錯誤訊息 [打印本頁] 作者: lcc_seven 時間: 2012-7-21 15:53 標題: VBA Type 語法錯誤訊息
OS:WIN 7,EXCEL 2010
在 Type 前面加上 Private或Public 也是一樣錯誤
在模組或活頁簿建立程式碼,也是錯誤
我記得以前使用2003版本好像沒問題,只是現在沒這個版本可以測試
請問是出了什麼問題?
Sub test2()
Type MyType
MyName As String ' String variable stores a name.
MyBirthDate As Date ' Date variable stores a birthdate.
MySex As Integer ' Integer variable stores sex (0 for
End Type ' female, 1 for male).