Range.PrintOut (Excel)

Prints the object.

"Pages" in the descriptions of From and To refers to printed pages, and not to overall pages in the sheet or workbook.

PrintOut (From, To, Copies, Preview, ActivePrinter, PrintToFile, Collate, PrToFileName)


ActiveCell.PrintOut

Arguments

Optional arguments

The following arguments are optional

From (Long) - The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.

To (Long) - The number of the last page to print. If this argument is omitted, printing ends with the last page.

Copies (Long) - The number of copies to print. If this argument is omitted, one copy is printed.

Preview (Boolean) - True to have Microsoft Excel invoke print preview before printing the object. False (or omitted) to print the object immediately.

ActivePrinter (String) - Sets the name of the active printer.

PrintToFile (Boolean) - True to print to a file. If PrToFileName is not specified, Microsoft Excel prompts the user to enter the name of the output file.

Collate (Boolean) - True to collate multiple copies.

PrToFileName (String) - If PrintToFile is set to True, this argument specifies the name of the file that you want to print to.