Print Command

G

Guest

I developed a macro that writes a text file from excel to notepad.
The data in it needs to be displayed in the text file in a formatted way.

I am using the print command, however this prints my each cell of data in a
vertical
list. I need it to print this to the text file in a horizontal line. EXample:
Instead of:

DATA1
DATA2
DATA3
DATA4

I need:
DATA1, DATA2, DATA3, DATA4



Any Ideas?????????????????Highly appreciated
 
G

Guest

Hi,

You must transpose the data before printing to the Notepad application.

Challa Prabhu
 

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