olorin_117
New Member
- Joined
- Jan 19, 2022
- Messages
- 18
- Office Version
- 2019
- Platform
- Windows
I have a table that the user doesn't see with data in rows A and B. There are data in row A (for example apples, oranges etc) and row B is empty. User picks from a combobox a value that belongs to row A, the value is stored in a cell. After that user must put an integer in a textbox that belongs to row B (which is empty at first). For example first the user picks Apples and after that has to put the number 10 (as in kilos).I am trying to put the value from the textbox to row B.. Until now I have managed to make a vlookup in vba that finds the corresponding empty cell but i cant figure out how to put the value from the textbox to said cell. Fairly new to vba, so any help will be greatly appreciated