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

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top