S
SteveSuperRealtor
Given these text field inputs:
=[text68] & " MOM " & [ba] & " Bath(s)"
Is there a way to have a new sentence start on a new line between text68 and
Mom; and then have a new line to begin the ...[ba]& "Bath(s)" ...sections?
I guess what I am looking for is a "trick" to put a line break between these
elements. Text68 will be long and short sometimes, and I still want MOM to
show on the next available line (or even skip one line) and start as a new
section, but still reside within the original text box.
What I want is:
Text68
blank line
Mom
blank line
[ba]&" baths"
and have this all contained within one text box.
I have zero VBA experience (okay 0.5%) so please explain in simple terms if
possible. Thanks!
-Steve
=[text68] & " MOM " & [ba] & " Bath(s)"
Is there a way to have a new sentence start on a new line between text68 and
Mom; and then have a new line to begin the ...[ba]& "Bath(s)" ...sections?
I guess what I am looking for is a "trick" to put a line break between these
elements. Text68 will be long and short sometimes, and I still want MOM to
show on the next available line (or even skip one line) and start as a new
section, but still reside within the original text box.
What I want is:
Text68
blank line
Mom
blank line
[ba]&" baths"
and have this all contained within one text box.
I have zero VBA experience (okay 0.5%) so please explain in simple terms if
possible. Thanks!
-Steve