BarCodeWiz Logo

LinkedCell

Returns or sets the value of LinkedCell.

 

The LinkedCell property is only available when the control is inserted in an Excel Sheet.

 

The property binds the value of the Barcode to the value of a specified cell in the spreadsheet. Whenever the value of the cell updates, the barcode does also.

 

Examples:

BarCodeWiz1.LinkedCell = "A1"

BarCodeWiz1.LinkedCell = "Sheet1!A1"


Syntax

BarCodeWiz1.LinkedCell [ = string]