Display data in userform from spreadsheer

epardo87

Board Regular
Joined
Feb 24, 2015
Messages
56
Hello there,

So I have a userform with TextBox1, the user will manually write a number and I need to display data related to that number in the same userform right after the number is written.

I would like to have that appeared in a label right below the textbox so that it doesn't seem editable

So, the number would have to be searched in sheet2, column A and needs to pull data from column B (date), C (action)and D (quantity), the thing is that it will appear in about 4 or 5 rows, so I need each row to be displayed, something like this:

06/10/2016 operation-A 10,000
06/11/2016 operation-B 5,000
06/12/2016 operation-B 5,000
06/12/2016 operation-C 5,000
etc...

I'd really appreciate your help with this,

Regards!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Forum statistics

Threads
1,223,749
Messages
6,174,280
Members
452,554
Latest member
Louis1225

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