8000 GitHub - Tynab/Minegishi-Weight: 峰岸重量
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tynab/Minegishi-Weight

Repository files navigation

MINEGISHI WEIGHT SOLUTION

Solution to help 西山 team of エマール group transfer data faster for 峰岸重量 from 文化シャッター partner.

MASK

CODE DEMO

''' <summary>
''' 運賃 (2トン車).
''' </summary>
''' <param name="xlApp">Excel Application.</param>
Friend Sub Fare(xlApp As Application)
    PubDModVal(xlApp, "78", "D10", "400×200", 0.4, 15)
End Sub
0