The closing quotation mark is missing in a character string.
Add a closing quotation mark to the end of the string.
Sub UserProc;
Begin
Debug.WriteLine("Test);
End Sub UserProc;
When the specified code is compiled, the following error is displayed: Unfinished string. The <"> character is expected. To resolve the error, add a closing quotation mark after the Test word.
See also: