L
Lostguy
Hello.
The user types text stuff in A1. If there is no text, the row height
for A2 is zero/minimal. If there is text, A2's row height autofits to
that text. Some users enter more text than others, so A2's height has
to grow or shrink depending on what is in A1. The formula in A2 is IF
(A1="","",A1&", "&F16)
Is this possible without VBA? If not, does anyone have any good code
for this?
Thanks!
VR/Lost
The user types text stuff in A1. If there is no text, the row height
for A2 is zero/minimal. If there is text, A2's row height autofits to
that text. Some users enter more text than others, so A2's height has
to grow or shrink depending on what is in A1. The formula in A2 is IF
(A1="","",A1&", "&F16)
Is this possible without VBA? If not, does anyone have any good code
for this?
Thanks!
VR/Lost