Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tynab/ibaraki-pca-weight

茨城 (プレキャス) 重量
https://github.com/tynab/ibaraki-pca-weight

bunka emar ibaraki ibaraki-pca-juuryou ibaraki-pca-weight juuryou nishiyama pca sumimoto-ibaraki-pca-weight sumimotoringyou sumimotoringyou-ibaraki-pca-juuryou sumirin sumirin-ibaraki-juuryou sumirin-ibaraki-pca-weight vb vb-net visual-basic visual-basic-net weight yan

Last synced: about 2 months ago
JSON representation

茨城 (プレキャス) 重量

Awesome Lists containing this project

README

        

# TOUHOKU (PCA) WEIGHT SOLUTION
Solution to help 西山 team of エマール group transfer data faster for 茨城 (プレキャス) 重量 type normal from 文化シャッター partner.

## MASK



## CODE DEMO
```vb
'''
''' 運賃 (2トン車).
'''
''' Excel Application.
''' Selection.
Friend Sub Fare(xlApp As Application, choosen As Double)
If choosen = 1 Then
DctVal(xlApp, "BA158", choosen)
End If
DctVal(xlApp, "BA108", 5) ' D13
DctVal(xlApp, "BA109", 3) ' D10
End Sub
```

### PACKAGES

- Microsoft.Office.Interop.Excel » 15.0.4795.1001