Sabrina224
Technical User
I know this is a simple format thing . . . I just can't find the correct syntax -- example:
A1 = John Smith
A2="The man's name is "&A1
but I want the A1 result that appears in A2 to be the only text underlined so that it looks like:
The man's name is John Smith
----------
What am I missing? Thanks in advance!
A1 = John Smith
A2="The man's name is "&A1
but I want the A1 result that appears in A2 to be the only text underlined so that it looks like:
The man's name is John Smith
----------
What am I missing? Thanks in advance!