...
코드 블럭 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Sub GetWorkbookCode() Dim mxmodule As Object Dim ReportCode Set mxmodule = Application.COMAddIns.Item("iMATRIX.ExcelModule").Object ReportCode = mxmodule.xapi.ActiveBook.Code Debug.Print ReportCode End Sub |
...
...
코드 블럭 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Sub GetWorkbookCode() Dim mxmodule As Object Dim ReportCode Set mxmodule = Application.COMAddIns.Item("iMATRIX.ExcelModule").Object ReportCode = mxmodule.xapi.ActiveBook.Code Debug.Print ReportCode End Sub |
...