Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to generate Bar Code by Microsoft Excel

i have a problem of Excel, i want to generate Bar Code by the excel
worksheet ,
has any suggestion give to me to generate bar code by the excel in a
worksheet ?and those bar code can be recongnise by scanner.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default How to generate Bar Code by Microsoft Excel

The easiest way is to use a barcode font. Check the web for one that
supports your required format.
There are many free examples around.

Whether these can be read by your scanner will depend somewhat on the size
they are printed, your printer and the scanner. Do some testing.

NickHK
Personally I prefer making the barcode from a set drawn lines which I've
started in VB6. It has the advantage of being more flexible, as you can make
bmp or emf files, or indeed send directly to the printer. You do however
need to understand the logic behind your format(s), which are generally not
too difficult. e.g. EAN13
http://www.barcodeisland.com/ean13.phtml

"king kwong" <king wrote in message
...
i have a problem of Excel, i want to generate Bar Code by the excel
worksheet ,
has any suggestion give to me to generate bar code by the excel in a
worksheet ?and those bar code can be recongnise by scanner.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default How to generate Bar Code by Microsoft Excel

The easist way is to use a barcode font. If you have no preference on
the barcode format, use code 39:

http://www.morovia.com/font/code39.asp

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default How to generate Bar Code by Microsoft Excel

The easiest and best way to pint bar codes from Excel is to use a good
quality bar code ActiveX control like the TAL Bar Code ActiveX control
http://www.taltech.com/products/activex_barcodes.html

A bar code ActiveX control will do all the calculations for you and
produce a good quality image of a bar code. All you need to do is drop
the control on the spreadsheet from the "Controls Toolbox" and set a
few properties of the control. When you print your sheet, the bar
codes will print. If you use a good quality ActiveX control like the
one from TAL, a vector graphic image will be produced that will print
perfectly on any printer.

Beware of ActiveX controls that use bar code fonts or generate bitmap
images. The generally produce poor quality bar codes that will be
difficult to read.


On Sun, 3 Jun 2007 22:45:00 -0700, king kwong <king
wrote:

i have a problem of Excel, i want to generate Bar Code by the excel
worksheet ,
has any suggestion give to me to generate bar code by the excel in a
worksheet ?and those bar code can be recongnise by scanner.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I define a macro that will generate VBA code? I believe Excel Programming 1 May 16th 05 04:12 PM
How do we generate Candlestick chart using Microsoft Excel? silver23 Charts and Charting in Excel 0 April 30th 05 11:32 PM
VB code to generate an e-mail with an EXCEL attachment, but not se MJ Excel Programming 5 March 17th 05 07:10 PM
Generate XLS on server without Microsoft Excel VUILLERMET Jacques Excel Programming 4 November 1st 03 03:15 PM
Problems executing Excel VBA code in Microsoft Office 2003 Umesh Excel Programming 3 July 24th 03 12:45 AM


All times are GMT +1. The time now is 12:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"