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 7a409d0 commit f9b0b10Copy full SHA for f9b0b10
docs/api/methods/rearrangefields.md
@@ -42,7 +42,6 @@ The `RearrangeFields` method will change the order of all fields specified in th
42
```vb
43
Sub Rearrange()
44
Dim CSVint As CSVinterface
45
- Dim FilteredData As CSVArrayList
46
47
Set CSVint = New CSVinterface
48
With CSVint.parseConfig
@@ -60,4 +59,4 @@ Sub Rearrange()
60
59
End Sub
61
```
62
63
-[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