Hi

I do this regularly with userforms and have no issues.

This is the code I use:


For Count = 1 To 66
 Me.Controls("Textbox" & Count).Text = Cells(1, Count).Value
Next
I am reading from a specific row in this version