VBjavaFriend
MIS
Does anyone know how to make a control array in vba? I have a series of 14 part numbers that I need to manipulate through a loop. I know how to make a control array in visual basic just by naming the textboxes the same name. It always produces a popup menu asking if you wish to create a control array. I tried that in vba, and it said that I could not name two things with the same name. It would not give me the option of creating a control array. I thought maybe there would be a Dim statement out there somewhere that I could use to create one, but I don't know the terminology well enough to find it! Please help me if you can!