View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
cht13er cht13er is offline
external usenet poster
 
Posts: 141
Default Variable row selection and printing

On Apr 10, 10:40*am, MarcusA wrote:
I have a workbook with two worksheets: *sheet1, sheet2

I need a macro that selects sheet1 as the active sheet. *I will need to
enter a starting and ending row using input boxes. * A message box should
pop-up asking me to confirm the rows selected and prompting me to print the
rows.

For each row, copy only cells a:u. *These cells will be pasted as values and
transposed vertically to a form on sheet2 in cells c3:c23. *I will always
print sheet2 on a single page portrait however, I need to select the default
before the first page is printed. *Subsequent rows will print to the default
printer. * This loop should continue until all rows are transposed and
printed.

Finally, I need a message box to display the rows selected and a print count.