Patriot2879
Well-known Member
- Joined
- Feb 1, 2018
- Messages
- 1,259
- Office Version
- 2010
- Platform
- Windows
[h=2]Hi I have the Vlookup code below which i used in a 'Northants' sheet in Excel where i entered data in J16 then in the others cells it automatically inputted the data found in sheet1.
Now i have made a userform7 where i want it to do the same thing, but i want to change cell J16 to a 'TextBox1' (where i enter my data) instead of using cells and vlookup. I want to put this into a userform instead,
so in textbox1 i will enter the data to search it will automatically find the details in sheet1 then in textbox3 and textbox4 it will display automatically the results.
can you help please, i am new to this still and i do apprecaite all the help i have had previously [/h]
[h=2]
[/h]
Now i have made a userform7 where i want it to do the same thing, but i want to change cell J16 to a 'TextBox1' (where i enter my data) instead of using cells and vlookup. I want to put this into a userform instead,
so in textbox1 i will enter the data to search it will automatically find the details in sheet1 then in textbox3 and textbox4 it will display automatically the results.
can you help please, i am new to this still and i do apprecaite all the help i have had previously [/h]
Code:
=VLOOKUP(Northants!$J$16, Sheet1!$A:$AA,26,FALSE))
[/h]