We respect your privacy and want to protect your privacy.
In order to comply with EU General Data Protection Regulation (GDPR), our website will display a form asking for your consent to save non-essential cookie to your browser. If you do NOT accept, only essential cookies will be sent to your browser, such as TempData and Session cookies. Learn More.
UPC-A バーコード
MS Excelで「UPC-Aバーコード」生成する
1. ダウンロード Excel用 'UPCA'.
TrueTypeフォント「UpcEanM.ttf」を「c:\ Windows \ Fonts」フォルダにコピーします。
Public Function UPCA(strToEncode As String) As String
Dim obj As cruflBCS.CLinear
Set obj = New cruflBCS.CLinear
UPCA = obj.UPCA(strToEncode)
Set obj = Nothing
End Function