UserForm 1 run comand button is affecting UserForm 2 combo boxes
I am looking for some help,I have created two user forms and inside there are several combo boxes to handle some Excel data.
First user from is to input the data into the sheet and second is to select this data on the sheet and edit accordingly.
The code seemed to work until suddenly started to have issues.
Once I run the sub routine for the first user form as I press the command button to accept this changes, and as I debug I can see the code goes also over some of the other combo boxes change event that are not linked to the first user from but linked to the second user form.
I am struggling to understand why this is happening. Any ideas please?
UserForm 1 run comand button is affecting UserForm 2 combo boxes
I am looking for some help,I have created two user forms and inside there are several combo boxes to handle some Excel data.
First user from is to input the data into the sheet and second is to select this data on the sheet and edit accordingly.
The code seemed to work until suddenly started to have issues.
Once I run the sub routine for the first user form as I press the command button to accept this changes, and as I debug I can see the code goes also over some of the other combo boxes change event that are not linked to the first user from but linked to the second user form.
I am struggling to understand why this is happening. Any ideas please?