Hi All,
Below is my code. After every submit of my record, my user form goes initialize. This makes doubled the items in cmbActivity & cmbTaskStatus..
Any thing on this, which will not double the items in list..
Private Sub UserForm_Initialize()
mTimer.TimerOn 10
BtnStart.Enabled = False...