VBA for Producing a Barcode

JOSHSKORN

New Member
Joined
Aug 22, 2022
Messages
13
Office Version
  1. 2019
Platform
  1. Windows
First of all, I run a macro that reads all down column A until it's empty for a value, which goes to a form. Eventually, a staff member is going to have to manually enter in this number for various purposes. This form that they hand out with this number on, I'd like to add a barcode to it.

Here's my thought. I'd downloaded a font called "Code 39", which generates a barcode. As I enter in numbers in Column A, I want that same number pasted on the same row, but in column B, as this front 39, and not the original font. That said, column A is Plaintext while B is not readable, since it's a barcode.
Any suggestions ?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
The font Idea is exactly which direction you need to go. Just create a formula in column Like: =A2
 
Upvote 0

Forum statistics

Threads
1,215,028
Messages
6,122,749
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top