im kinda still new to VBA and need some help with the coding 0
i need to make a combo box that lists all items in column A where the user can add to the list (on excel sheet) and have it auto update. once the user selects an item, i want to have a text box show the data in the cell to the right of the item (cell) selected.
im just really new and not exactly how to set up the range with lastrow and xlup, as well as the offset (1,0) or offset (0,1)
thank you in advance for your help.
i need to make a combo box that lists all items in column A where the user can add to the list (on excel sheet) and have it auto update. once the user selects an item, i want to have a text box show the data in the cell to the right of the item (cell) selected.
im just really new and not exactly how to set up the range with lastrow and xlup, as well as the offset (1,0) or offset (0,1)
thank you in advance for your help.