View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Barkley[_2_] Dave Barkley[_2_] is offline
external usenet poster
 
Posts: 1
Default Printing Multiple Ranges from Multiple Worksheets

Is there a way to print out multiple ranges from multiple
worksheets onto a single page. What I am trying to do is
take Cells (a1:h4) "sheet1" and Cells (a1:f4) "sheet2" and
print them on one page. I tried the union command but it
did not seem to like the multiple sheets.

Any help would be great.

Thanks,

Dave