I don't know of an utility. If I had to create a multi button form I would use an int loop adding + 1 to the name and getting the size and position of the previous inserted control so I can place the current on the form. As you say this might be excel, it makes it easier to add the name and text as you already got them, put the excel columns to a list or dictionary or something similar and do a for each. The most challenging would be the position of the controls, if they reach the end of the form, if they start stacking to the right etc....




Reply With Quote