MSI-Plessey Azalea Software 2016 Use this Visual Basic function that adds "<" as the start bar and ">" as the stop bar to your data. This can be used to make Excel and Word macros. Any necessary check digit calculations must be done elsewhere. ------------- Function AzaleaMSI-Plessey(ByVal yourString as String) as String ' CopyrightAzalea Software, Inc. www.azaleabarcodes.com ' This function creates MSI-Plessey bar codes using "<" and ">" for the start and stop bars. ' Format the output, AzaleaMSI-Plessey, using Azalea Software's MSI-Plessey font. AzaleaMSI-Plessey = "<" + yourString + ">" ' yourContainer.text = AzaleaMSI-Plessey(yourString) End Function ------------- Azalea Software, Inc www.azaleabarcodes.com azalea@azaleabarcodes.com