Dec 31st, 1999, 12:40 PM
I want to use something like this:
For i = Forms.Count - 1 To 1 Step -1
Unload Forms(i)
Next
Is there a way to so this with all the textbox controls instead of forms?
For i = Forms.Count - 1 To 1 Step -1
Unload Forms(i)
Next
Is there a way to so this with all the textbox controls instead of forms?