How do I loop this section?
Select Case strABCD1
Case vbNullString
'code
End Select
The next few sections are Select Case for strABCD2, strABCD3, and so on running the exact same code.
This whole section is in an array so.. if that matters, just letting you know.