Visual Basic Code for 2 of 5 Barcodes This is a Visual Basic function that adds the start and stop bars before and after your input. It adds the "<" as the start bar and ">" as the stop bar to your data. -------------- Function Azalea2of5(ByVal yourString as String) as String ' Azalea Software, Inc. www.azaleabarcodes.com ' This function creates 2 of 5 bar codes using "<" and ">" for the start and stop bars. ' Format the output, Azalea2of5, using Azalea Software's 2 of 5 font. Azalea2of5 = "<" + yourString + ">" ' yourContainer.text = Azalea2of5(yourString) End Function -------------- � 2019 Azalea Software, Inc www.azaleabarcodes.com azalea@azaleabarcodes.com