2015-06-03 85 views

回答

1

使用CATIA文件系統對象如下

Dim FileSys 
Set FileSys = CATIA.FileSystem 

Dim xlApp 
Set xlApp = CreateObject("Excel.Application") 

Dim mydoc 
Set mydoc = xlApp.workbooks.open("Add the file path here") 
+0

不要forget..In的VBA編輯器轉到工具 - >引用,然後選擇** Microsoft Excel中...對象庫** – GisMofx