call userform

rapitorres

New Member
Joined
Oct 5, 2017
Messages
39
Office Version
  1. 2010
Platform
  1. Windows
hi. im currently working on a little inventory. little by little things are getting possible thanks for the help of our member here. you know who you are. and Im very Thankful to you guys

here I'am again asking for help. again.


so i have a sheet here. as you can see theres a column name barcode.
it so happen that I'm really using a barcode scanner to scan things and get details from encoded items
and then type in the quantity in the "IN" column or header.


1593230474919.png



what Id like to happen is every time I scan an item in barcode column, a userform will pop out and gonna ask for the quantity to be enter
and it will pass out to "IN" column

1593230748070.png


now Ive tried different codes
Private Sub TextBox1_Change()
Range("@Barcode").Value = TextBox1.Value
UserForm1.Show
End Sub

and nothing happens.
hope you can help me with this.
 
I did wonder if Barcode scanners worked the same as entering values manually. I have never used a Barcode scanner so I have no answer sorry.
nah no worries you help me alot though. maybe its a setting in my barcode. still searching :)
 
Upvote 0

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Let me know if you figure it out.
Hi!

its working now. what i did is i just factory reset my barcode scanner
and disabled Suffix CR LF. it has something to do with the movement or tabbing after scan. i don't know how is that fix.
but somehow it worked.

thanks man. :)
 
Upvote 0
Hi!

its working now. what i did is i just factory reset my barcode scanner
and disabled Suffix CR LF. it has something to do with the movement or tabbing after scan. i don't know how is that fix.
but somehow it worked.

thanks man. :)
Glad to hear that.
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,331
Members
449,077
Latest member
jmsotelo

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