T
Trintrin
I created a series of text boxes to insert data into a spreadsheet
The only problem is if I leave a box blank it is going to make the
spreadsheet cell blank overwriting previous information. Anyone know
any code to make this not write if there is nothing to write?
ws.Cells(iRow, 1).Value = Me.Text.Value
The only problem is if I leave a box blank it is going to make the
spreadsheet cell blank overwriting previous information. Anyone know
any code to make this not write if there is nothing to write?
ws.Cells(iRow, 1).Value = Me.Text.Value