DeanWilliams
Programmer
Hi,
I have a TextBox that I want to put a 2 line Calculation in:
ControlSource:
=[Imperial] & "ft²" & Chr(13) & Format([Imperial]*0.0929,"Fixed") & "m²"
It shows up as that square symbol instead of a new line. How can I do what I want? I have tried using vbCr and Chr(10).
None work.
Thanks in advance,
Dean.
I have a TextBox that I want to put a 2 line Calculation in:
ControlSource:
=[Imperial] & "ft²" & Chr(13) & Format([Imperial]*0.0929,"Fixed") & "m²"
It shows up as that square symbol instead of a new line. How can I do what I want? I have tried using vbCr and Chr(10).
None work.
Thanks in advance,
Dean.