Again, depending on naming conventions it will determine the best way to do it.
If you have controls named Txt01, Txt02, Txt03, Etc you could use a loop. Other than that you could put all the code in a sub routine and then call the sub routine
Private Sub Enable(eFlag As Boolean)...