View Single Post
  #3   Report Post  
Gary''s Student
 
Posts: n/a
Default

Import the file as text. Each record may end up in separate cells if the
import wizard allows this to happen. If not the records will all end up in
the cells in the first column. If this happens use Text to Columns... to
parse the data.
--
Gary''s Student


"kfe80598" wrote:

I have been asked to pars .ASC files to excel how do I do that?