-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create barcode with value from table #1
Comments
I would need the same function. The idea is that I have a sheet with 1000+ product numbers, and I need to generate barcodes in the cell. |
Would be nice if it would generatie labels with values from a spreadsheet or base object. |
I wrote myself such a function for the spreadsheet. The problem is that the barcode is not inserted into the cell but placed in a separate layer on the sheet. The barcode generates the codes that are anchored relative to the sheet, not the cell. In my function, you need to enter the address of the cell above which the barcode will be placed. So once barcodes have been inserted, rows and columns cannot be resized anymore because barcodes don't move with cells. My function automatically adjusts the barcodes to the height of the row where they will be placed. If the barcode were to be smaller than 10% of the standard size, the code would not be generated. |
yes, please |
Hi, Can you share the code? I am looking for such a funtion. |
UDF function ICB(code; where; codetype; checksum)
|
Hi How can I use this function to create a barcode next to a cell value?
The text was updated successfully, but these errors were encountered: