Forum Discussion
TanyaYatskovska
Alumni
14 years agoHi Weidson,
I think the error occurs in this line:
While RddTodos.Enabled <> True
You are trying to get access to the Enabled property while the RddTodos object doesn't exist (the Find method doesn't find the target object). Try using the Exists property:
While RddTodos.Exists <> True