View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Selecting all records from one text file wright to another

Are the text files in an Excel workbook? Are the ones to be moved in a fixed
or variable range? If in a fixed range, what is it and what is the worksheet
name or index number? What is the name or index number of the worksheet the
file is to be appended to and is the existiting range a fixed or variable
range? If fixed, what is it? These details help in developing code.

"vqthomf" wrote:

Hi can anyone help I am trying to select all records from a text file ane
append the text into another text file.
Charles