ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Copying cells from varying rows (https://www.excelbanter.com/excel-discussion-misc-queries/144094-copying-cells-varying-rows.html)

annettek

Copying cells from varying rows
 
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,

Don Guillett

Copying cells from varying rows
 
sub printrows
for i = 1 to 44
rows(i).printpreview 'change to printOUT

next i
end sub
--
Don Guillett
SalesAid Software

"annettek" wrote in message
...
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,



annettek

Copying cells from varying rows
 
Thanks, I will give it a try!!

"Don Guillett" wrote:

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

next i
end sub
--
Don Guillett
SalesAid Software

"annettek" wrote in message
...
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,





All times are GMT +1. The time now is 09:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com