puoi prendere spunto da questo stralcio di codice

codice:
   Dim ctrl As Control
   For Each ctrl In Me
      If Left$(ctrl.Name, 2) = "t_" Then
         ' qui metti quello che devi fare
      End If
   Next
   Set ctrl = Nothing