I have a problem:I like to bring value in a cell in excel worksheet to a textbox in auserform.
Private Sub UserForm_Initialize()Me.TextBox2.Value = Sheets("Sheet1").Range("C3")End Sub
Right click on the text box and select properties. In the propertydisplay set the attribute CONTROLSOURCE to the cell in the worksheetyou are interested in. You may wish to name this cell and then referto the name in CONTROLSOURCE