Makro

  • Thread starter Thread starter Esrei
  • Start date Start date
E

Esrei

I want a macro that would copy a row onto a new sheet
transposed and print it. This I can record, I just want
the macro to do it for every line in the work sheet
induvidualy that is the part I need.
 
-----Original Message-----
I want a macro that would copy a row onto a new sheet
transposed and print it. This I can record, I just want
the macro to do it for every line in the work sheet
induvidualy that is the part I need.
.
Record the macro using relative references, after the
first paste, go back to original sheet, maybe to cell A1
as a reference cell, and drop down the rquired number of
rows and run the body of the macro again. You would need
some sort of counter to detect when all data had been
transferred.
 

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