Hello,
I'm looking to iterate through the elements of a customized data type similar to how the for each control on form1.controls idea works, but instead to look at each element of a type. I want to simply make a for next look to test if any elements of a type are empty, and instead of testing each of the 10+ entries, I was trying to see if it could be simplified.