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

P

Pascal.H

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
 
K

Klatuu

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.
 
Top