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?