su.SaveCSV(File.DirDocuments, "contact.csv", ",", TableView1)
If File.Exists(File.DirDocuments, "contact.csv") = False Then
Msgbox("Ok, it is here","")
End If
this is from "Icontacts" iContacts + ContactsUtils - Read and write to the contacts store
the error in the above: savecsv(file.dirdocuments,"contact.csv",",", tableview1)
is that tableview1 is meant to be a "table", but i do not know the name of the table
that is being used.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.