Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I define a macro that will generate VBA code? | Excel Programming | |||
How do we generate Candlestick chart using Microsoft Excel? | Charts and Charting in Excel | |||
VB code to generate an e-mail with an EXCEL attachment, but not se | Excel Programming | |||
Generate XLS on server without Microsoft Excel | Excel Programming | |||
Problems executing Excel VBA code in Microsoft Office 2003 | Excel Programming |