I have a user form with three things:
Two combo boxes and a command Box
The first combo box just uses a range of different products from the ws.
The second combobox are numbers 0-100 in increments of 5. (values I want to assign)
Lastly my command box is what I want this user form to do, which is:
Find value in first combo box match with string in ws, take number in second command box and offset by 28 columns, and input number in that column. Close userform when finished.
Heres my poor coding so far:
Thanks in advance!!
Bookmarks