This shows you the differences between two versions of the page.
interfaces:writing_text_files_with_no_modification_from_excel [2009/01/23 13:17] support created |
interfaces:writing_text_files_with_no_modification_from_excel [2009/01/23 13:17] (current) support |
||
---|---|---|---|
Line 7: | Line 7: | ||
commas in quotation marks, or doubling quotation marks in the text: | commas in quotation marks, or doubling quotation marks in the text: | ||
- | <code vba> | + | <code vb> |
Public Sub TextNoModification() | Public Sub TextNoModification() | ||
Const DELIMITER As String = "," 'or "|", vbTab, etc. | Const DELIMITER As String = "," 'or "|", vbTab, etc. |