Hi there, I have a userform with 10 text input fields.
Each is named txt1 txt2 txt3.... txt10
The user can enter info into any of the boxes, but not necessarily all of them...
When the user clicks the UPDATE button, it creates a string of the values and inserts a comma if <>"" :
Dim...