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.
MS Excelから 'Aztec-Code'を印刷
MS Excelスプレッドシートで 'Aztec-Code'を生成
1. ダウンロード Excel用 'Aztec-Code'.
TrueTypeフォント「bcsAztecs.ttf」を「c:\ Windows \ Fonts」フォルダにコピーします。
Public Function Aztec(strToEncode As String) As String
Dim obj As cruflBCS.CAztec
Set obj = New cruflBCS.CAztec
Aztec = obj.Encode(strToEncode)
Set obj = Nothing
End Function