I have aseries of textboxes namely txtAlpha1, txtAlpha2, txtAlpha3 etc and txtBravo1, txtBravo2, txtBravo3 etc.
I am trying to loop thro these by doing the following but of course it does not work.
For i = 1 To 25
If txtAlpha & i & .Text = txtBravo & i & .Text + 1 Then
'do something
End If
I am a novice, so any gentle help would be good.
Thanks
Sandy