View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Creating a text file and printing excel spreadsheet data onto it

Should use the same method.

--
Regards,
Tom Ogilvy

"Brett Smith" wrote in message
...
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.