Copying cells from varying rows

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

Guest

I have a table set up and would like to copy the cells to another worksheet,
creating a different printout for each row's cells. How can I set up the
worksheet to use the contents for just row 1, for example, print out my
results, and then move on to row 2?

Thanks in advance,
 
sub printrows
for i = 1 to 44
rows(i).printpreview 'change to printOUT

next i
end sub
 

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