View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nick Hodge[_3_] Nick Hodge[_3_] is offline
external usenet poster
 
Posts: 13
Default tab delimited file

Rod

Tab delimited, comma delimited, etc are flat text files and carry no tags
for formatting, etc. You are stuck with HTML or XML or code to format it
once in

--
HTH
Nick Hodge
Southampton, England



"Rod Tweedy" wrote in message
...
Greetings,

I am experimenting with excel. What I would like to do is
import a tab delimited file into excel that maintains
column headings and colors. I accidentally discovered
that XML w/schema will do this. Does anyone know if the
good old tab delimited file can do the same. Thanks for
your time.