View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E AA2e72E is offline
external usenet poster
 
Posts: 400
Default Program to resave a collection of .xls files into tab separated .t

You can do this using an ADO (from VBA) recordset object and its GetString()
method to write to TAB delimited files.