Skip to content

東北 (プレキャス) 重量

Notifications You must be signed in to change notification settings

Tynab/Touhoku-Pca-Weight

Repository files navigation

TOUHOKU (PCA) WEIGHT SOLUTION

Solution to help 西山 team of エマール group transfer data faster for 東北 (プレキャス) 重量 type normal 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, "BA150", choosen)
    End If
End Sub

PACKAGES

  • Microsoft.Office.Interop.Excel » 15.0.4795.1001