Inserts the Clipboard contents in quotes and with returns.
Pastes the contents of the Clipboard with quote marks and inserts a new line at the cursor position. Before this command, use the Copy command or the Cut command to put text on the Clipboard. This command uses the system default encoding if the Always Paste as ANSI check box on the General tab of the Properties dialog box is checked, or Unicode if not checked.
document.selection.Paste(eeCopyQuotes | eeCopyNL);
document.selection.Paste eeCopyQuotes Or eeCopyNL
Send feedback on this topic to Emurasoft