Skip to content

東北 (プレキャス - BF) 重量

Notifications You must be signed in to change notification settings

Tynab/Touhoku-Pca-BF-Weight

Repository files navigation

TOUHOKU (PCA-BF) WEIGHT SOLUTION

Solution to help 西山 team of エマール group transfer data faster for 東北 (プレキャス) 重量 type BF from 文化シャッター partner.

MASK

CODE DEMO

''' <summary>
''' 運賃 (2トン車).
''' </summary>
''' <param name="xlApp">Excel Application.</param>
''' <param name="choosen">Selection.</param>
Friend Sub Fare(xlApp As Application, choosen As Double)
    If choosen = 1 Then
        DctVal(xlApp, "BA151", choosen)
    End If
End Sub

PACKAGES

  • Microsoft.Office.Interop.Excel » 15.0.4795.1001