Can any one help I want to save variable values to a comma seperated txt file but I do not know how to use the file system. I tried using a code sample one of you gave me be it came up withso many error messages I gave up. It would not recognize this for example
Dim sr As stream ' the word stream
' Open the file to read.
sr = File.OpenText("c:\MyFile.txt") ' the word File
And so-on it goes