I am using the following code which does not work. What is wrong?
My Code Code:
Dim Ctl As Control For Each Ctl In Me.Controls Ctl.Enabled = True Next Ctl