Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.
영어
죄송합니다. 이 문서는 귀하의 언어로 사용할 수 없습니다.

The paper source settings or the tray settings change when you try to print a document in Microsoft Word.

Note This behavior is not specific to Word. You may experience these symptoms in other programs such as Notepad, WordPad, and Microsoft Excel.

Symptoms

This behavior occurs because tray settings in documents are not preserved when one of the following conditions is true:

  • You use a different printer.

  • You change the version of the operating system.

  • You change the version of the printer driver.

This behavior occurs because the printer driver for one printer may not contain the same tray ID, page sizes, or other settings as another printer driver. Therefore, the page setup of documents will change as the printer changes.

When you select a different printer, the paper settings are reacquired from the new driver. This behavior is by design. Naming conventions are not consistent for these settings across all printer drivers. Therefore, the program rereads the printer driver because the program detects that the printer has changed.

Cause

To work around this behavior, use one of the following methods.

Method 1

Add custom forms to Microsoft Windows. Then, select the names of those forms in the Page Setup dialog box.For more information about how to add custom forms to Windows, click the following article numbers to view the articles in the Microsoft Knowledge Base:

282474 How to print using custom page sizes on Windows NT and Windows 2000

157172 How to create custom forms in Windows NT 4.0 and Windows 2000

Method 2

In Word, you may be able to work around this behavior by using a macro to set the tray settings to the desired setting. For example, you can use the following macro to set all pages in the document to manual feed.

Sub tray()
With ActiveDocument.PageSetup
.FirstPageTray = wdPrinterManualFeed
.OtherPagesTray = wdPrinterManualFeed
End With
End Sub

Note If your document has multiple sections, this macro will apply to the whole document. However, if you need different tray assignments for different document sections, this macro will not work. You will have to modify the macro.

Workaround

This behavior is by design.

Status

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

이 정보가 유용한가요?

사용 경험에 어떠한 영향을 주었나요?
제출을 누르면 피드백이 Microsoft 제품과 서비스를 개선하는 데 사용됩니다. IT 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×