DAGUET Member Mar 1, 2017 #1 dear VBA experts. i have built a dinner planner userform . i was convinced that everything was right, until I got the error . i really cant see where this issue can come from any help to fix it most welcome!! Attachments Trial.xlsm 24.9 KB · Views: 6
dear VBA experts. i have built a dinner planner userform . i was convinced that everything was right, until I got the error . i really cant see where this issue can come from any help to fix it most welcome!!
J jindon Well-Known Member Mar 2, 2017 #2 You are midding 'Empty CityListBox CityBoxList.Clear DataCheckBox1.Value = False DataCheckBox2.Value = False DataCheckBox3.Value = False etc Add Me keyword before the coltrol, so that the intellisense will show you available control names. e.g Me.DateCheckBox1
You are midding 'Empty CityListBox CityBoxList.Clear DataCheckBox1.Value = False DataCheckBox2.Value = False DataCheckBox3.Value = False etc Add Me keyword before the coltrol, so that the intellisense will show you available control names. e.g Me.DateCheckBox1