Horje
excel formula how to create strings containing double quotes Code Example
excel formula how to create strings containing double quotes
'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 how to convert a column number into an Excel column Code Example vba how to convert a column number into an Excel column Code Example
excel vba copy entire sheet paste values Code Example excel vba copy entire sheet paste values Code Example
xl vba double quotes in string literal Code Example xl vba double quotes in string literal Code Example
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

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