I have been using this code but for some reason it will print to pdf both worksheets! Please help, thanks.
'Tip: You can also use Sheets("Sheet3") instead of ActiveSheet in the code(sheet not have to be active then)
FileName = RDB_Create_PDF(Sheets(Array("Print Sheet 1", "Print Sheet 2")), "M:\Daily Inventory\Inventory Tables and Charts.pdf", True, False)
Bookmarks