Uploaded by miamimanni on Nov 22, 2009
Quick Easy Guide:
http://www.miamimanni.com/Home/old-page/bar-codes
This is a five part series discussing how to make bar codes in Microsoft Excel and Word.
I'm not sure if a similar application can be applied to Open Office, but I would imagine there is.
You can consider this a real world case study, a scenario in which you have to package the boxes in the corporate office instead of having the factory workers do it. I'm making this video so someone else doesn't have to suffer through the pain of figuring out how to make these labels on extremely short notice.
The series was originally a 3 part series. After seeing that the series accumulated almost up to 30 minutes of video, I wanted one quick overview video for a user who was moderately proficient with Word and Excel. The overview is about 5 minutes and gives you a good idea of everything you need to know. Also, I put in an Errata video that addresses some tips and mistakes.
::: Quick Overview :::
http://www.youtube.com/watch?v=a-omQUW7b_0
::: 5 min summary of Tutorials :::
http://www.youtube.com/watch?v=kk1stUCoNCU
::: Part 1 :::
http://www.youtube.com/watch?v=kIDQ2NnQsx0
::: Part 2 :::
http://www.youtube.com/watch?v=vYBl987ekIU
::: Part 3 :::
http://www.youtube.com/watch?v=YhDSeviypoQ
Making labels is easier than it looks.
FIRST STEP (Download/Install font)
Get the bar code font that you need. You can Google "code 3 of 9 free," for example. A link is provides on the page.
http://www.squaregear.net/fonts/free3of9.shtml
The installation process is easy. Simply drag and drop the ttf files into the fonts directory in Control Panel.
SECOND STEP (Get your source data ready)
Your source data should be organized by columns. UPC codes should be in on column, product number in another. This also varies from company to company. If you sell one product, the UPC code is going to be the same for each item. So it doesn't necessarily require you to make a column for it. You can specify the UPC code in the Microsoft word.
Also you have to consider preserving the original data, just in case someone before you screwed up. So for example, your given a bunch of MAC addresses for your product, each MAC has hyphens or colons in it segmenting every 2 characters, you can specify in another column to remove that hyphen or Colon. The following code accomplishes this for Cell B2 referencing A2
"=LEFT(A2,2)&RIGHT(LEFT(A2,5),2)&RIGHT(LEFT(A2,8),2)&RIGHT(LEFT(A2,11),2)&RIGHT(
THIRD STEP (Preview your data)
Bar code data is a numerical value enclosed with asterisks '*'.
So in one column (the column you will reference) you should have just your numerical value. In another Column, you should should put an asterisk enclosed in double quotes, an ampersand, the reference cell, and another asterisk enclosed in double quotes. Last thing to do here is to change the font to the bar code font.
i.e.
A2 contains 00-44-55-66-77-88
Using the formula earlier, B2 displays 004455667788
Now C2 contains the code: ="*"&B2&"*"
This will display the numerical value in B2 again, but this time with the askerisk enclosing it. So it looks like this: *004455667788*
Lastly you simple change the font, I use "free 3 of 9".
FOURTH STEP (Import data)
This applies to 2003 and 2007
Once everything is said and done now it's time to close your Excel sheet and use Word.
This part of the text tutorial won't get in to much detail. I find this interface to be user friendly, so I'll keep it generic.
Access the labels section in Microsoft Word. Go to options and click create new label. Input specifications like size of the page and the size of the label.
In the mail mergers setting, make sure labels is enabled to have that handy update/refresh values button.
The new record should be in every label after the first one. Edit the first one the way you want it to look, use the beautiful refresh button, sit back and relax.
-
2 likes, 1 dislikes
10:01
Make bar codes in Excel/Word (2)by miamimanni5,416 views
5:20
Make bar codes in Excel/Word (5 min summary)by miamimanni7,363 views
0:40
How To Make a Barcode Freeby videogtgart24,588 views
1:13
Making Code 128 Barcodes in Excel Spreadsheetsby AzaleaSoftware6,261 views
0:55
How to create barcode in Microsoft Excel 2007by strokescribe13,072 views
0:43
Free Barcode Generator from Excel - mytoolkit.0fees.net - excel addinby MrMytoolkit19,559 views
1:27
How to create and print Labels and Barcodesby edisplay4,765 views
5:05
2d Barcodes in SAP smartforms for Freeby Robert1Nishinoya02,123 views
0:55
Create a barcode in Excelby SpreadsheetmlDotCom5,471 views
4:47
Creating Barcodes With Photoshopby UnDoiRo11,076 views
2:05
How to make a CD Coverby MetaCyberKing109,536 views
2:52
Creating a Macro Button in Excel 2007by niftynei26,681 views
1:50
Use barcodes in Access 2007 reportsby ActiveBarcode3,789 views
5:04
How To Create 2D Barcodes in Excel using IDAutomation Fontsby IDAutomation7,048 views
1:00
Password protect Word/Excel 2007 Filesby yumisonly39,393 views
3:09
Free Online Barcode Generator for 1D, 2D and GS1 Bar Codesby TECITSoftware10,455 views
0:46
How to Download and Install the Barcode Font for Creating a Fax Cover Sheet.aviby wealthservinv265 views
5:29
How to Share Excel Data with Word Documentsby DannyRocksExcels4,544 views
8 videos

Barcode Generator TBarCode
3:32
How to Create a Barcode in Microsoft Excelby IDAutomation85,712 views
2:29
Creating a Pivot Table Report in Excelby 60secbusinessinsider36,491 views
- Loading more suggestions...
Link to this comment:
All Comments (0)