使用者定義資料類型
您使用Type語句定義的任何資料類型。
使用者定義資料類型可以包含資料類型的一或多個元素 、陣列或先前定義的使用者定義型別。 例如:
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).
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。