In Scripter, text strings must be enclosed in double quotes. File names, for example, must be surrounded by double quotes. If quotes are missing, the text may be mistaken for a variable name.
Debug.Print "This text string is printed in Scripter's immediate window"
See Also