View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Generating a barcode from cell data

Think you just need a font that displays the 3 of 9 barcode. From a
previous post by David McRitchie:

If you are printing 3of9 barcodes it should simply be a matter of font.
More information in
http://www.mvps.org/dmcritchie/excel/mailmerg.htm
and the ultimate barcode reference
http://www.barcode-1.net/
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

------------------

Most of David's first cited page is on mailmerge, but if you go down to
about the last 9/10 ths of the page, you will find

Bar Code information (#barcode)

with extensive information and links.

--
Regards,
Tom Ogilvy





"clapper" wrote in message
...
I need a macro or some such app that will automatically create a 3 of 9
barcode in a worksheet from data in a particular cell. When data in the

cell
is changed, the barcode changes automatically.

Does anyone know of any free code on the web that will accomplish this?

If not free, any suggestions of purchase code?

Thanks!