@lecxe
--But your function had to be modifed this way to run without error
Thanks![]()
Function CSV_Item(s As String, i As Integer) Dim myArray As Variant myArray = Split(s, ",") CSV_Item = myArray(i) End Function
@lecxe
--But your function had to be modifed this way to run without error
Thanks![]()
Function CSV_Item(s As String, i As Integer) Dim myArray As Variant myArray = Split(s, ",") CSV_Item = myArray(i) End Function
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks