Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

茨城 (ベタ) 重量
https://github.com/tynab/ibaraki-beta-weight

beta bunka emar ibaraki ibaraki-beta-juuryou ibaraki-beta-weight juuryou nishiyama sumimotoringyou sumimotoringyou-ibaraki-beta-juuryou sumimotoringyou-ibaraki-beta-weight sumirin sumirin-ibaraki-beta-juuryou sumirin-ibaraki-beta-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

        

# IBARAKI (BETA) WEIGHT SOLUTION
Solution to help 西山 team of エマール group transfer data faster for 茨城 (ベタ) 重量 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, "BA243", choosen)
End If
DctVal(xlApp, "BA157", 2) ' D16
DctVal(xlApp, "BA158", 3) ' D13
DctVal(xlApp, "BA159", 3) ' D10
End Sub
```

### PACKAGES

- Microsoft.Office.Interop.Excel » 15.0.4795.1001