How can I export a table into .txt file including the header?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, all:
I am trying to export a simple table into .txt file, the first raw is the
header, then the following rows are text. I did consulted the forum, but the
sample codes are too complicated. I am a beginner.
anybody can give me a hand?

TKU

Pascal
 
Look in VBA Help for TransferText. It can be done with a Macro using the
Action version or in VBA using the Method version.
It really isn't that hard.
 
Back
Top