Originally posted by ZeroCool
This:
VB Code:
  1. Do Until EOF(6) '** Until the end of the file
Should Be this:
VB Code:
  1. Do Until EOF(6)  = True

They ARE the same