Line too long to edit--edit truncated line?

The current line is longer than the Visual Basic code editor can handle.  After you enter a line of code in the Code window, extra spaces are added between items in the line, which may make the line longer than the 1023-character maximum.  The line will still be readable by Visual Basic, but cannot be edited without losing some characters from the end of the line.

If you need to save this line, use the Save Text command on the File menu to save it to a file, and then use a different editor to break the line into separate lines or to assign some expressions to intermediate variables.  Reload the file into Visual Basic with the Load Text command on the File menu.