I have a worksheet in a workbook that I have created that, with manually assigned page breaks, has 276 pages in total. I am wondering if there is a VBA code that will allow me to assign what pages from the worksheet I have print out of those 276. There are times the pages I want to print will be 1, 2, 3 (continuous) and there are times when I will need to print non-continuous (1, 2, 47, 50). I have my spreadsheet set up with a column that has 1 through 276 and a second column that populates with Y if I need that page to print and N if that page should not print. For example:
In this example, pages 1, 2, 5, 8, and 9 would need to print. The Y or N in the second column is determined by formulas - they are not manually entered.
Is this possible? If it is possible, is there a way to also make it print to PDF? If PDF is not possible, that's no big deal.
In this example, pages 1, 2, 5, 8, and 9 would need to print. The Y or N in the second column is determined by formulas - they are not manually entered.
Is this possible? If it is possible, is there a way to also make it print to PDF? If PDF is not possible, that's no big deal.