Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

東北 (ベタ) 重量
https://github.com/tynab/touhoku-beta-weight

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

        

# TOUHOKU (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, "BA271", choosen)
DctVal(xlApp, "BA158", 3) ' D16
DctVal(xlApp, "BA159", 2) ' D13
DctVal(xlApp, "BA160", 4) ' D10
Else
DctVal(xlApp, "BA161", 2) ' D16
DctVal(xlApp, "BA162", 1) ' D13
DctVal(xlApp, "BA163", 3) ' D10
End If
End Sub
```

### PACKAGES

- Microsoft.Office.Interop.Excel » 15.0.4795.1001