austin397
New Member
- Joined
- Dec 16, 2016
- Messages
- 36
Hello all,
I am attempting to have my userform enter data into certain cells on my spreadsheet. I need it to enter the data from a text box into a cell. The cell that it goes into depends on the data selected from a list box.
So if in the list box I select the option of "8605", and in the text box is the data "52" then I need it to look at Column A and if it find a match in column A that is "8605", then enter "52" in the cell of the same row and in column D.
In this instance it would find "8605" in cell A193. So in cell D193 I need it to enter "52".
Please help!
I am attempting to have my userform enter data into certain cells on my spreadsheet. I need it to enter the data from a text box into a cell. The cell that it goes into depends on the data selected from a list box.
So if in the list box I select the option of "8605", and in the text box is the data "52" then I need it to look at Column A and if it find a match in column A that is "8605", then enter "52" in the cell of the same row and in column D.
In this instance it would find "8605" in cell A193. So in cell D193 I need it to enter "52".
Please help!