Hope I've Correctly understood ...
If you arw using a Form with controls on it to write data to a sheet ... try specifying the use of a form:
Code:
.Cells(sheetRow, 1).Value =Me.TextBoxName.Text
.Cells(sheetRow, 2).Value = Me.TextBoxAddress.Text
.Cells(sheetRow, 3).Value = Me.TextBoxCity.Text