...
코드 블럭 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
'========================================================================== '특정 Dataset 을 갱신합니다. '========================================================================== Public Sub RefreshDataset(ByVal Target As Range) Dim mxmodule As Object Set mxmodule = Application.COMAddIns.Item("iMATRIX6.ExcelModule").Object mxmodule.xapi.RefreshDataset( "DS1,DS2", true) 'DS1, DS2 동시 실행 End Sub |