Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to be record in a column several numbers these need to be added up
with the sum returned as a code39 barcode, the numbers will be entered and the barcode printed, these numbers will then be deleted and a new lot of numbers added, I need the code39 barcode to automatically update as data is entered. eg 2350 2300 3000 2300 1000 1000 2300 1200 Total displayed as code39 that updates after each entry |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One easy way to do what you want to do is to use a good bar code
ActiveX control like the TAL Bar Code ActiveX control. You can drop an instance of the bar code ActiveX control directly onto your worksheet and then set the "LinkedCell" property of the ActiveX control to point to the cell that contain a formula that adds up all the other numbers. (the LinkedCell property tells the ActiveX control what cell contains the data that you want encoded in the bar code) If you do this, the bar code will automatically update each time you add or edit a number in the list. You can download a demo version of the TAL Bar Code ActiveX control from the following web page. http://www.taltech.com/products/activex_barcodes.html If you need help getting it working you can call TAL Technologies directly for support even while you are working with the demo version of the control. On Tue, 27 Mar 2007 16:53:36 -0700, woody wrote: I need to be record in a column several numbers these need to be added up with the sum returned as a code39 barcode, the numbers will be entered and the barcode printed, these numbers will then be deleted and a new lot of numbers added, I need the code39 barcode to automatically update as data is entered. eg 2350 2300 3000 2300 1000 1000 2300 1200 Total displayed as code39 that updates after each entry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cells don't update!! | Excel Discussion (Misc queries) | |||
How do I link a row of cells in wks 1 to update diff cells wks 2 | Excel Worksheet Functions | |||
How do I count alpha codes in a range of cells in a row? | Excel Discussion (Misc queries) | |||
Update cells formula | Excel Worksheet Functions | |||
I am not able to format cells for zip codes | Excel Worksheet Functions |