We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66ab48 commit 44d94f5Copy full SHA for 44d94f5
docs/api/methods/splitfield.md
@@ -18,7 +18,7 @@ Splits the specified field in the imported CSV data.
18
19
## Syntax
20
21
-*expression*.`SplitField`*(aIndex, CharToMergeWith)*
+*expression*.`SplitField`*(aIndex, CharToSplitWith)*
22
23
### Parameters
24
@@ -74,4 +74,4 @@ Sub SplitField()
74
End Sub
75
```
76
77
-[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)
+[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)
0 commit comments