Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello there!, Help me, please!!!
I've using Visual Basic to create Excel Macros, I found them as a great Tooling, now, I need to "translate" alphanumeric data to Bar Code Data and I don't have any idea how to do it, would you like to help me with this, please? I really appreciate in advance your great support. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Usually there are fonts for this purpose
-- Rob van Gelder - http://www.vangelder.co.nz/excel "Hmagallanes" wrote in message ... Hello there!, Help me, please!!! I've using Visual Basic to create Excel Macros, I found them as a great Tooling, now, I need to "translate" alphanumeric data to Bar Code Data and I don't have any idea how to do it, would you like to help me with this, please? I really appreciate in advance your great support. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thank you for your E-mail, do you have any idea how/where to get the fonts for Bar Code? P.S. Thank you for your promt answer *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
http://tinyurl.com/3aryb
-- Regards, Tom Ogilvy Hugo Magallanes wrote in message ... Thank you for your E-mail, do you have any idea how/where to get the fonts for Bar Code? P.S. Thank you for your promt answer *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
a little google search revealed this site:
http://cgm.cs.mcgill.ca/~luc/barcode.html -- Rob van Gelder - http://www.vangelder.co.nz/excel "Hugo Magallanes" wrote in message ... Thank you for your E-mail, do you have any idea how/where to get the fonts for Bar Code? P.S. Thank you for your promt answer *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Some bar code information is included on my Mail Merge page:
Bar Code information (#barcode) http://www.mvps.org/dmcritchie/excel...rg.htm#barcode --- 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 |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Hmagallanes" wrote in message ...
Hello there!, Help me, please!!! I've using Visual Basic to create Excel Macros, I found them as a great Tooling, now, I need to "translate" alphanumeric data to Bar Code Data and I don't have any idea how to do it, would you like to help me with this, please? I really appreciate in advance your great support. Here you can find all you wanted: http://www.morovia.com/font/ |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The best way to print bar codes from Excel is to use a bar code
ActiveX control. Fonts produce poor quality bar codes that can be difficult to read. With fonts, you also have to add start and stop codes to the bar code data and you also have to calculate check digits yourself. A good bar code ActiveX control will do everything for you and it will also be much easier to use - in addition to printing much better quality bar codes. The best bar code ActiveX control available is the TAL Bar Code ActiveX control. You can download a trial version from complete with a Excel spreadsheet sample that shows how to use it: http://www.taltech.com/products/activex_barcodes.html On Wed, 4 Feb 2004 15:21:06 -0800, "Hmagallanes" wrote: Hello there!, Help me, please!!! I've using Visual Basic to create Excel Macros, I found them as a great Tooling, now, I need to "translate" alphanumeric data to Bar Code Data and I don't have any idea how to do it, would you like to help me with this, please? I really appreciate in advance your great support. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Where best to place an instruction in a VBA script | Excel Worksheet Functions | |||
What Instruction? | Excel Discussion (Misc queries) | |||
Blocking Cells if instruction not followed | Excel Discussion (Misc queries) | |||
How do I delete an instruction box? | Excel Worksheet Functions | |||
template for works instruction | New Users to Excel |