Hi
Have text file(with numeric values), With undefined lines and six columns(at the Moment).
Here is my kode, who creates dyn Array
nFile = "FileDir\nList.txt"
ForReading = 1
Dim MyArray()
Set oFSO = CreateObject("Scripting.FileSystemObject")
Set objTextFile = oFSO.OpenTextFile(nFile,1)
If...