Hello
I’m wondering if anyone can help. I’m a bit of a VBA novice to say the least. I originally had one box from a user form posting into one cell when only 1 column was being checked. That worked fine but I want to improve it. My problem is as follows.
I have created a user form. When anyone tries to edit column 2, 3, or 4, I want the user form to appear.
The user form has 2 textboxes, and one listbox. I want info from textbox1 to populate into the column 2 cell, textbox2 into column 3 cell, and the list box choice made into the column 4 cell.
I am doing this because I want to force anyone that tries to edit one of these columns to have to edit all 3.
I know my current code is fairly terrible and incomplete, please be kind!
I’m wondering if anyone can help. I’m a bit of a VBA novice to say the least. I originally had one box from a user form posting into one cell when only 1 column was being checked. That worked fine but I want to improve it. My problem is as follows.
I have created a user form. When anyone tries to edit column 2, 3, or 4, I want the user form to appear.
The user form has 2 textboxes, and one listbox. I want info from textbox1 to populate into the column 2 cell, textbox2 into column 3 cell, and the list box choice made into the column 4 cell.
I am doing this because I want to force anyone that tries to edit one of these columns to have to edit all 3.
I know my current code is fairly terrible and incomplete, please be kind!