How do I loop through the controls on a form using VBA
something like:
dim ctl as Control
for each ctl in Me.Cotrols
Next
problem is there is no Control Collection accessible in SL VBA that I see.
Thanks
*This post is locked for comments
I have the same question (0)