Manish Sharma
Member
Hi Friends,
I have a written few codes in general module and once code in Sheet module. Here I am sorry because the Excel file is not with me, so i cant post you the general module code, but the private module code is
My Problem is, when every i execute the general module code it jump to the above sheet module. I tried to use the below line of code in general module, but that is also not stopping it to jump to sheet module. Friends any idea why this is happening?
Application.EnableEvents = False
Code...
Application.EnableEvents = true
Thanks & Regards,
Manish
I have a written few codes in general module and once code in Sheet module. Here I am sorry because the Excel file is not with me, so i cant post you the general module code, but the private module code is
Code:
Private Sub ComboBox1_Change()
ComboBox2.Value = ""
ComboBox3.Value = ""
End Sub
My Problem is, when every i execute the general module code it jump to the above sheet module. I tried to use the below line of code in general module, but that is also not stopping it to jump to sheet module. Friends any idea why this is happening?
Application.EnableEvents = False
Code...
Application.EnableEvents = true
Thanks & Regards,
Manish