The method UserFile.WriteLine seems not a function and it doesn't return a value, therefore you cannot use the & operator with it. Try to replace the line 41 with

vb Code:
  1. UserFile.WriteLine objRecordSet.Fields("displayName").Value & ";" & objRecordSet.Fields("name").Value & ";"
  2. UserFile.WriteLine objRecordSet.Fields("st").Value & ";"
  3. UserFile.WriteLine objRecordSet.Fields("wwwhomepage").Value & ";"
  4. UserFile.WriteLine objRecordSet.Fields("description").Value]