Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PGS62/VBA-CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 committed Nov 24, 2022
2 parents 01b64b4 + ca0e8e0 commit 4ba61ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Private Sub Workbook_Open()
RegisterCSVWrite
End Sub
```
5. Alternatively, (or in addition) install [Excel-DNA Intellisense](https://github.com/Excel-DNA/IntelliSense) and copy the worksheet `_Intellisense_` from `VBA-CSV-Intellisense.xlsx` (in the [latest release](https://github.com/PGS62/VBA-CSV/releases)) into the same workbook into which you copied `modCSVReadWrite`.
5. Alternatively (or in addition), install [Excel-DNA Intellisense](https://github.com/Excel-DNA/IntelliSense) and copy the worksheet `_Intellisense_` from `VBA-CSV-Intellisense.xlsx` (in the [latest release](https://github.com/PGS62/VBA-CSV/releases)) into the same workbook into which you copied `modCSVReadWrite`.

# Acknowledgements
I re-worked the parsing code of `CSVRead` after examining [sdkn104](https://github.com/sdkn104)'s code available [here](https://github.com/sdkn104/VBA-CSV); my approach is now similar to the one employed there, and the performance is similar too.
Expand Down

0 comments on commit 4ba61ad

Please sign in to comment.