...
코드 블럭 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Sub MoveWindow() Dim mxmodule As Object Set mxmodule = Application.COMAddIns.Item("iMATRIX6iMATRIX.ExcelModule").Object result = mxmodule.xapi.MovePortal(100, 100, 200, 300) '오류 확인 If result = False Then MsgBox "fail" Else MsgBox "success" End If End Sub |
...