PGS62 / VBA-CSV

Fast and convenient CSV reading and writing for VBA and Excel spreadsheets.
MIT License
26 stars 6 forks source link

Application.DecimalSeparator not available when using Powerpoint #5

Closed djrolfes closed 4 months ago

djrolfes commented 5 months ago

I am trying to use the library in powerpoint via VBA and the Application object of Powerpoint does not seem to contain the the .DecimalSeparator, that is used in the CSVRead function (line 32). image

ws-garcia commented 4 months ago

The library is Excel only.

PGS62 commented 4 months ago

Hello @djrolfes

You will find that the latest version now works from both PowerPoint and Word, as well as Excel.