Trying to improving existing code (portion of)
This should be a little better
Dim strVal As Strin
strVal = TextBox3.Tex
If TextBox4.Text < "" Then strVal = strVal & vbLf & TextBox4.Tex
If TextBox5.Text < "" Then strVal = strVal & vbLf & TextBox5.Tex
If TextBox6.Text < "" Then strVal = strVal & vbLf & TextBox6.Tex
ActiveCell.Value = strVa
-Brad Vontur
|