2
我正在嘗試更新VBA模塊以使用System.Windows.Forms.FolderBrowserDialog
類。我宣佈我的目標如下:VBA - 用戶定義類型未定義
Dim MyFolderBrowser As New System.Windows.Forms.FolderBrowserDialog
運行該給我的錯誤User-defined type not defined
。我想編譯器不知道那個類,所以我試着去Tools > References
並增加Systems_Windows_Forms
,但我仍然得到相同的錯誤。有沒有人知道我在這裏錯過了什麼?我是否也需要在代碼中引用庫?