i created 5 file and have a problem to read that file
this is my coding, thanks

[CODE=vb]Public Function ReadTextFileCon tentUsingFSO(By Val sFileName As String) As String
Dim fs As FileSystemObjec t
Dim ts As TextStream
Dim strText As String
Dim fnum As String
Dim Ssvr As String
Set fs = New FileSystemObjec t
'To Read
If fs.FileExists(s FileName)...