Hey guys, I want to set a condition so that when I dont have a value in some of my textboxes the cell values do not get replaced with 0. If lets say I have 10 textboxes and only one has a value only the cell linked to that textbox gets its value updated while the rest stay the same. Thanks.

this is what i use to enter values
Cells(row, 18) = TextBox2.Value