内容简介:你会用VB吗?用word中内置的VB程序编程实现,非常简单.还需要会用 宏 相关命令. Sub Macro2() Dim prtdoc As Document For Each prtdoc In Documents prtdoc.PrintOut Copies:=1, Pages:="1,2" Next End Sub 对于不同的打印机 可能还要调试一下...
用户评论
voxtech