-
-
- Install Barcode ActiveX Add-in in Excel
- Barcodes in MS Excel
- Create Sequential Barcode Labels in Excel
- Add Supplemental Text to Barcodes in Excel
- Extract Barcode Images from MS Excel
- Create Dynamic Barcodes Using LinkedCell in Excel
- Supplemental Text in Barcodes Using LinkedCell in Excel
- Barcodes in Excel with VBA
-
-
- BackColor
- BackStyle
- Barcode
- BarcodeColor
- BarcodeTextColor
- BarcodeTextFont
- BarcodeTextVisible
- BarcodeTextPosition
- BarcodeTextStretch
- BarHeight
- BearerBars
- BottomText
- BottomTextAlignment
- BottomTextColor
- BottomTextFont
- BottomTextVisible
- ControlAlignment
- ControlAutosize
- DataMatrixSize
- LinkedCell
- OptionalCheckChar
- Orientation
- OutlineColor
- OutlineStyle
- OutlineVisible
- OutlineWidth
- Padding Left/Top/Right/Bottom
- PDF417Columns
- PDF417ErrorCorrectionLevel
- PDF417RowHeight
- PDF417Truncated
- Picture
- QRCodeErrorCorrectionLevel
- QRCodeSize
- QuietZone Horizontal/Vertical
- Symbology
- TopText
- TopTextAlignment
- TopTextColor
- TopTextFont
- TopTextVisible
- UnitOfMeasure
- VerticalBarTextEntry
- WideToNarrowRatio
- XDimension
-
Barcode ActiveX Control
BarcodeTextPosition
Returns or sets the position of the barcode text (human readable text) in relation to the bar code.
To hide the barcode text, set BarcodeTextVisible to False.
Syntax
BarCodeWiz1.BarcodeTextPosition [ = enum]
The settings for enum are:
Value | Description | |
---|---|---|
Top_Left | Text is positioned above the barcode, left-aligned. | |
Top_Right | Text is positioned above the barcode, right-aligned. | |
Top_Center | Text is positioned above the barcode, centered. | |
Bottom_Left | Text is positioned below the barcode, left-aligned. | |
Bottom_Right | Text is positioned below the barcode, right-aligned. | |
Bottom_Center | Default setting. Text is positioned below the barcode, centered. |