Hi all,
I have a userform with some textboxs that are linked to some cells in a sheet of Excel.
Here is the code of the userform
Private Sub UserForm_Initialize()
TextBox1.Value = ""
TextBox2.Value = ""
TextBox3.Value = ""
TextBox4.Value = ""
end sub
And here is the code of the command...