...
type | member | 의미 |
---|---|---|
string | FolderCode | 현재 Report의 FolderCode |
string | FullName | 현재 Report의 Full 경로 |
string | Code | 현재 Report의 Code |
string | Name | 현재 Report의 이름 |
Example
Sub GetWorkbookCode() Dim mxmodule As Object Set mxmodule = Application.COMAddIns.Item("iMATRIX.ExcelModule").Object End Sub |
---|