functions

J

John

Augie,

Just use the ampersand symbol to concatenate, so for example:

sFirstName = "Augie"
sLastName = "Visio"

sFullName = sFirstName & " " & sLastName

Results in sFullName being: "Augie Visio"

Best regards

John
 
A

augie

Hi John,
Thanks a lot. It worked just as you said and like I hoped it would.
Thank you
Augie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top