Horje
xl vba double quotes in string literal Code Example
xl vba double quotes in string literal
'The double quotation mark (") is ASCII character 34, so the 
'following Excel formula works:

=CHAR(34) & "Excel rocks." & CHAR(34)
'This formula will display:  "Excel rocks."

'Using triple double quotes has the same result:
="""Excel rocks."""




3

Related
vba check if file exists Code Example vba check if file exists Code Example
export datagridview to excel vb.net Code Example export datagridview to excel vb.net Code Example
vba array length Code Example vba array length Code Example
string to date vb Code Example string to date vb Code Example
vba copy paste value only Code Example vba copy paste value only Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11