Just a quick question I think
I currently use
to bring up the print dialog box.
However what I would like to do, is automatically set the print area to for example Page 1 & 4
How do I reference the page numbers, so that's all that would be printed?
I currently use
Code:
Application.Dialogs(xlDialogPrint).Show
to bring up the print dialog box.
However what I would like to do, is automatically set the print area to for example Page 1 & 4
How do I reference the page numbers, so that's all that would be printed?