Visual Basic Scripting Edition  

Unterminated string constant

You did not end your string constant with a closing quotation mark. String constants must be enclosed within a pair of quotation marks.

To correct this error

Add the closing quotation mark to the end of the string.

See Also

VBScript Constants