View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NYSA-HD NYSA-HD is offline
external usenet poster
 
Posts: 8
Default Extract Workbook Data to Text File (multiple sheets)

Anyone have any code that can read through a selected workbook, save each
sheet to a text file (excluding header row) the code would need to append
each sheets data to that text file so the text file has all the data from the
workbook in one data file.

(I used the merge worksheets code from another post, but the files were so
large they exceeded Excel's capability - so now I need to go text).

Thanks in advance.