Quote All Cells command¶
Summary¶
Quotes all cells in the CSV document with double-quotes.
Description¶
Quotes all cells in the CSV document with double-quotes.
How to Run¶
- Default Menu: CSV > Advanced > Quote All Cells 
- All Commands: CSV > Advanced > Quote All Cells 
- Toolbar:  + Quote All Cells + Quote All Cells
- Status Bar: None 
- Default Keyboard Shortcut: None 
Plug-in Command ID¶
EEID_ADD_QUOTES (3966)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3966);
[VBScript]¶
editor.ExecuteCommandByID 3966