Creating a text file and printing excel spreadsheet data onto it

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

Guest

I am in need of a little VBA help. I was successfully able to print#
function my header information onto the text file using VBA code onto a text
file document, but now I need to send data from my excel spreadsheet onto
this text file. This is not a comma delimited text file I would be creating,
I would need something like this.

Section1: a column variable
Section2: b column variable
Section3: (If c is empty then print a string else concatanate and print
columns c and d)

if anybody can help me on this that would be great.
 

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

Back
Top