R
Ronald Dodge
Within a formula, how do I put in a new line? I have tried various ways
only to be getting the vertical bar instead. In VBA, one would use the
vbCrLf constant, like within a Msgbox, when just typing in straight text
within a cell, one would use the Alt-Enter to put in a new line, and I have
also tried both, Char(10) and Char(13).
only to be getting the vertical bar instead. In VBA, one would use the
vbCrLf constant, like within a Msgbox, when just typing in straight text
within a cell, one would use the Alt-Enter to put in a new line, and I have
also tried both, Char(10) and Char(13).