Okay guys, I need this string of words to be name a variable. The string is: \SENDER "Web-Legal Update"<dave.clark@web-legal.com>
It has to look exactly like that. Now how do I get the " in the string? I always though you do a simple """ and it would work.
Here's the way I figured it would work:
Variable = "\SENDER " & """ & "Web-Legal Updtate" & """ & "<dave.clark@web-legal.com"
but it doesn't work. Please help.
It has to look exactly like that. Now how do I get the " in the string? I always though you do a simple """ and it would work.
Here's the way I figured it would work:
Variable = "\SENDER " & """ & "Web-Legal Updtate" & """ & "<dave.clark@web-legal.com"
but it doesn't work. Please help.