07.04.2020

Microsoft Word For Mac 1 Sided Printing

  1. All Sided
  2. Double Line Spaced
  3. Microsoft Word For Mac 1 Sided Printing Paper

Just installed new HP OfficeJet Pro 6978 on macOS Sierra version 10.12.2. Using MS Word for Mac version 15.29. I bought the 6978 in a large part because the product sales info said 'Save paper and conserve resources—consume up to 50% less paper with automatic two-sided printing.' However, I cannot get it to print 2 sided from Word.

-->

Prints all or part of the specified document.

  • How to double sided print from WORD when NO option for 'two sided' when printing on HP 6510 ‎01-18. Unlike the preinstalled Mac programs, the two sided printing options is hidden within the settings of the Word program. But not from Microsoft Word. ALL I needed was help in determing why the printer would accept a command to duplex from.
  • You’re definitely not the first Mac user to notice that Microsoft dropped a different printer driver interface into Word than it has in its other Mac programs. I believe it’s because Word has far more complicated printing options for documents, but be that as it may, it’s quite odd that you can’t choose duplex / 2-sided from within the Word print settings window.
  • The options regarding double-sided printing in Word are located under the Finishing heading of the Print menu. Open the Word document that you wish to print double-sided. Select File Print. Click on the option Copies and Pages so that a drop down menu appears. Select the Finishing option. From the Print Style dropdown, select 2-Sided Printing.

Syntax

expression.PrintOut (Background, Append, Range, OutputFileName, From, To, Item, Copies, Pages, PageType, PrintToFile, Collate, FileName, ActivePrinterMacGX, ManualDuplexPrint, PrintZoomColumn, PrintZoomRow, PrintZoomPaperWidth, PrintZoomPaperHeight)

Mac microsoft word fonts download. Download and install custom fonts to use with Office. Note: To embed fonts in a Microsoft Office Word document or PowerPoint presentation, see Embedding fonts on the PPTools site. On the Mac you use the Font Book to add the font and then copy it to the Windows Office Compatible folder.

Insert header microsoft word for mac 2011 help. expression Required. A variable that represents a Document object.

Parameters

NameRequired/OptionalData typeDescription
BackgroundOptionalVariantSet to True to have the macro continue while Microsoft Word prints the document.
AppendOptionalVariantSet to True to append the specified document to the file name specified by the OutputFileName argument. False to overwrite the contents of OutputFileName.
RangeOptionalVariantThe page range. Can be any WdPrintOutRange constant.
OutputFileNameOptionalVariantIf PrintToFile is True, this argument specifies the path and file name of the output file.
FromOptionalVariantThe starting page number when Range is set to wdPrintFromTo.
ToOptionalVariantThe ending page number when Range is set to wdPrintFromTo.
ItemOptionalVariantThe item to be printed. Can be any WdPrintOutItem constant.
CopiesOptionalVariantThe number of copies to be printed.
PagesOptionalVariantThe page numbers and page ranges to be printed, separated by commas. For example, '2, 6-10' prints page 2 and pages 6 through 10.
PageTypeOptionalVariantThe type of pages to be printed. Can be any WdPrintOutPages constant.
PrintToFileOptionalVariantTrue to send printer instructions to a file. Make sure to specify a file name with OutputFileName.
CollateOptionalVariantWhen printing multiple copies of a document, True to print all pages of the document before printing the next copy.
FileNameOptionalVariantThe path and file name of the document to be printed. If this argument is omitted, Word prints the active document. (Available only with the Application object.)
ActivePrinterMacGXOptionalVariantThis argument is available only in Microsoft Office Macintosh Edition. For additional information about this argument, consult the language reference Help included with Microsoft Office Macintosh Edition.
ManualDuplexPrintOptionalVariantTrue to print a two-sided document on a printer without a duplex printing kit. If this argument is True, the PrintBackground and PrintReverse properties are ignored. Use the PrintOddPagesInAscendingOrder and PrintEvenPagesInAscendingOrder properties to control the output during manual duplex printing. This argument may not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.
PrintZoomColumnOptionalVariantThe number of pages you want Word to fit horizontally on one page. Can be 1, 2, 3, or 4. Use with the PrintZoomRow argument to print multiple pages on a single sheet.
PrintZoomRowOptionalVariantThe number of pages you want Word to fit vertically on one page. Can be 1, 2, or 4. Use with the PrintZoomColumn argument to print multiple pages on a single sheet.
PrintZoomPaperWidthOptionalVariantThe width to which you want Word to scale printed pages, in twips (20 twips = 1 point; 72 points = 1 inch).
PrintZoomPaperHeightOptionalVariantThe height to which you want Word to scale printed pages, in twips (20 twips = 1 point; 72 points = 1 inch).

Example

This example prints the current page of the active document.

This example prints all the documents in the current folder. The Dir function is used to return all file names that have the file name extension '.doc'.

This example prints the first three pages of the document in the active window.

This example prints the comments in the active document.

This example prints the active document, fitting six pages on each sheet.

This example prints the active document at 75% of actual size.

See also

All Sided

Support and feedback

Double Line Spaced

Microsoft Word For Mac 1 Sided Printing Paper

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.