</p> <p>Function FixLine(varValue As Variant) As Variant<br /> ' if varValue is Null, FixLine returns Null.<br /> ' Otherwise, it returns the field value passed in<br /> ' with a Cr/Lf on the end.<br /> FixLine = varValue + vbCrLf<br />End Function</p> <p>
Posted by tahiramini