Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PHELM1
 
Posts: n/a
Default Zero Suppression in Excel barcode fonts

How do you stop Excel from suppressing the leading zeros in a cell used for a
barcode that is created using a cell that has them?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vezerid
 
Posts: n/a
Default Zero Suppression in Excel barcode fonts

Try applying a custom number format.
Format|Cells... choose the Number tab. Click on Custom and enter as
format 000000
(or as many digits as you want).

HTH
Kostis Vezerides

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PHELM1
 
Posts: n/a
Default Zero Suppression in Excel barcode fonts

Thanks for your reply, but that does not help. I already have that in place.

"vezerid" wrote:

Try applying a custom number format.
Format|Cells... choose the Number tab. Click on Custom and enter as
format 000000
(or as many digits as you want).

HTH
Kostis Vezerides


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vezerid
 
Posts: n/a
Default Zero Suppression in Excel barcode fonts

I am rereading your original post and I am now confused. Probably
because there is a certain package for barcodes I am not aware of.

Is there a chance that TEXT(number, "000000") will help you? Beyond
this I am running out of suggestions. Maybe, if you give details of the
application you are using and post in another Excel group (e.g.
programming) you will get a better answer.

Regards,
Kostis Vezerides

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove
 
Posts: n/a
Default Zero Suppression in Excel barcode fonts

"PHELM1" wrote...
How do you stop Excel from suppressing the leading zeros in a cell used for
a
barcode that is created using a cell that has them?


More details needed. How are you putting these values into cells? By typing
them into cells formatted numerically with leading zeros? If so, are you
then applying a barcode font to such cells? If so, then it's a mystery, but
if there are other steps between entry of values and representation as bar
codes, you need to specify those steps.




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Thomas Lutz
 
Posts: n/a
Default Zero Suppression in Excel barcode fonts

If you are using a bar code font, you cannot just select the text in
the cell and change its font to a bar code font and expect to get a
readable bar code. All bar code symbologies require special start and
stop codes and most also require a check character that is calculated
and appended to the symbol's main data.
The Code 39 symbology is the only one that I know of that does not use
a check digit however it does require start and stop codes which are
usually represented by asterisks. If you put an asterisk at the
beginning and at the end of the data that you want to apply a Code 39
bar code font to, the asterisks will also cause Excel to treat the
data as a text string and therefore not format it as a number. You
will also get readable bar codes with the correct start and stop
patterns.

In general bar code fonts are not only tricky to use, they also
produce relatively poor quality bar codes. If you want to produce high
quality bar codes in Excel, Access or any other program without having
to write macros or monkey with your data, the best tool to use is a
good bar code ActiveX control. The best one on the market is available
from the following web site:
http://www.taltech.com/products/activex_barcodes.html




On Fri, 13 Jan 2006 05:11:03 -0800, PHELM1
wrote:

How do you stop Excel from suppressing the leading zeros in a cell used for a
barcode that is created using a cell that has them?


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
barcodewiz
 
Posts: n/a
Default Zero Suppression in Excel barcode fonts

There is a special shortcut for that in Excel. All you need to do is
prefix each cell with an apostrophe. So, for example, instead of
typing:
000123
....you should type in:
'000123

When creating your barcodes the apostrophe will be ignored, but you
will get the leading zeros.

Alek Szymanski
http://www.barcodewiz.com

PHELM1 wrote:
How do you stop Excel from suppressing the leading zeros in a cell used for a
barcode that is created using a cell that has them?


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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Create Excel macro for barcode output hugo Excel Discussion (Misc queries) 1 March 4th 05 04:52 PM
How to get blinking Fonts in Excel Cottontail Excel Worksheet Functions 1 January 5th 05 08:44 AM
Fonts get size 1 and can't be changed after a procedure - even by excel GUI!! Marie J-son Charts and Charting in Excel 2 December 6th 04 04:11 AM
Set up barcode column in Excel CareerPro-Naperville Resumes Excel Worksheet Functions 1 December 4th 04 05:37 AM


All times are GMT +1. The time now is 04:32 PM.

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

About Us

"It's about Microsoft Excel"