I would like to write code that selects certain ranges from different worksheets within the same workbook and then print that total selection to file or a printer depending on what the user decides. These ranges would be predetermined based on user input. For instance, if option one is selected, then the selection I would like to print would be; sheet1(A1:E20), sheet2(B2:G16), sheet3(A6:G22), Chart1, Chart2,…. you get the idea. If option two is selected, then the selection I would like to print would be; sheet1(A21:E40), sheet2(B17:G26), sheet3(A23:G41), Chart1, Chart2, Chart3, Chart4….. I want the code to print the range selected on sheet1 on the first page of the output and the range selected on sheet2 be printed on the second page and so on.
I believe I have the print part of the code figured out, but I cannot quite figure out how to create this multi sheet range. Right, wrong or indifferent I have tried playing around with unions, but have had no success. Any guidance would be greatly appreciated. Thanks.
I believe I have the print part of the code figured out, but I cannot quite figure out how to create this multi sheet range. Right, wrong or indifferent I have tried playing around with unions, but have had no success. Any guidance would be greatly appreciated. Thanks.