View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MontereySoft MontereySoft is offline
external usenet poster
 
Posts: 4
Default barcode printing

Thomas Lutz wrote in message . ..
Bar Code fonts can be extremely difficult to use because you cannot
simply select the text that you want to encode and change the font to
a bar code font. You also need to include special start and stop codes
and with some types of bar codes, you also need to calculate a check
digit value from all the characters in the bar code data and append
the check digit to the data.
It gets very tricky and in addition, bar code fonts generally produce
very poor quality bar codes that print differently on different
printers and therefore can be difficult to read.

A better approach would be to use a bar code ActiveX control like the
one from TAL Technologies. The TAL bar code ActiveX control is
extremely easy to use. You just drop it onto your spreadsheet and set
a few properties in the control's properties window. The control also
supports a "Linked Cell" property so you can bind it to a cell so that
when you change the data in a cell, the bar code is automatically
generated using the data in the cell as the data to be encoded in the
bar code.

For more information or to download a demo version please visit:
http://www.taltech.com/products/activex_barcodes.html

The demo version of the control is fully functional and it also comes
with a sample Excel spreadsheet that demonstrates how to use it in
Excel.

On Sun, 7 Mar 2004 16:40:32 -0600, eyecalibrate
wrote:

I have a value in column "A". I want to turn this into a barcode in
column "B" so that I can print it out. How do I (or can I) accomplish
this conversion?

Thanks,

David


---
Message posted from http://www.ExcelForum.com/


A barcode font is sufficient - no programming needed and quality is
ensured. Take a look at www.morovia.com/font/support. Several samples
can be found there.