This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
私のコード:
Dim prtdoc As New PrintDocument
Dim oDoc As Word.Document
oDoc = Globals.ThisAddIn.Application.ActiveDocument
oDoc.PageSetup.FirstPageTray = 260
oDoc.PrintOut()