For the VBA Loops homework, second question, I have written code that returns every possible combination of the first and middle names, but I have to combine them into one list, and the combinations include combinations of middle and middle, middle and first, etc. I can’t figure out how to draw from two lists or how to imbed a counter to keep my code from creating unwanted name combinations.