C
Curt
took code out of help in excel so I must have a setting missing? Need some
direction as to what is missing.
Thank You
Sub CreateAfile()
Set fs = CreateObject("Scripting.FileSystemObject")
Set A = fs.CreateTextFile("c:\testfile.txt", True)-----.CreateTextFile
not found
A.writeline ("This is a test.")
A.Close
End Sub
direction as to what is missing.
Thank You
Sub CreateAfile()
Set fs = CreateObject("Scripting.FileSystemObject")
Set A = fs.CreateTextFile("c:\testfile.txt", True)-----.CreateTextFile
not found
A.writeline ("This is a test.")
A.Close
End Sub