我正在关注此Edraw Link,除了btnNew
中的代码之外,我能够按照他在博客中所说的去做。 BTW我试图在用户输入文本框中的任何数字时添加要打印的数字。
到目前为止,这是我的打印代码
With AxEDOffice1
// here I want to get the value of the inputed value from the textbox that input from the user.(number of copies to be print)
.SetActivePrinter("Printer Name")
.PrintOut(EDOfficeLib.WdPrintOutRange.wdPrintAllDocument)
End With