I'm trying to build an Excel userform on-the-fly.
I wanted to put 2 columns side-by-side down the form.
The first column is a label and the second column is a textbox.

The label and textbox data are column A and column B in a worksheet.

label1 textbox1
label2 textbox2
label2 textbox3
label3 textbox4

Any code or tips/pointers on this?

Thanks,