add ninteiList
This commit is contained in:
@@ -82,6 +82,7 @@ Sub WriteCSVFromArray( _
|
||||
' Escape double quotes: "" represents a single "
|
||||
field = """" & Replace(field, """", """""") & """"
|
||||
End If
|
||||
field = GetCode(field)
|
||||
|
||||
fields(j - LBound(data, 2) + 1) = field
|
||||
Next j
|
||||
|
||||
Reference in New Issue
Block a user