Skip to content

Commit cefdca6

Browse files
authored
Update CSVfileManager.cls
1 parent 7493b32 commit cefdca6

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

src/CSVfileManager.cls

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,17 @@ Attribute VB_Exposed = False
2727
'////////////////////////////////////////////////////////////////////////////////////////////
2828
' GENERAL INFO:
2929
' This class is inspired in a work available in
30-
' https://www.freevbcode.com/ShowCode.asp?ID=3110
31-
' The class module was designed and tested using
32-
' Windows 7® and is supose to work as well over
33-
' more recent Microsoft™ operative system.
30+
' https://www.freevbcode.com/ShowCode.asp?ID=3110. The class module was designed and tested
31+
' using Windows 7® and is supose to work as well over more recent Microsoft™ operative
32+
' system.
3433
'#
35-
' Use CSVfileManager class to simplify the work
36-
' with comma separated value (CSV) files. It allow
37-
' you to exchange information betwen an VBA array and
38-
' an external CSV file without using Excel WorkSheets,
39-
' neigter any external reference such as [MS Scripting
40-
' Runtime]. The class develop is focusing in the code
41-
' execution performance. Keep in mind that the arrays
42-
' returned are zero(0) based.
34+
' Use CSVfileManager class to simplify the work with comma separated value (CSV) files.
35+
' It allow you to exchange information betwen an VBA array and an external CSV file without
36+
' using Excel WorkSheets, neigter any external reference such as [MS Scripting Runtime].
37+
' The class develop is focusing in the code execution performance.
4338
'#
44-
' You are free to visit the cited web pages to explore
45-
' some of the available solutions for work with CSV file and
46-
' an VBA Array.
39+
' Feel free to visit the cited websites to explore some of the available solutions for
40+
' work with CSV file and an VBA Array.
4741
'////////////////////////////////////////////////////////////////////////////////////////////
4842
'#
4943
'////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)