语法
表达式.ActivePrinter
表达式 一个代表 Application 对象的变量。
返回值String
说明
以下示例显示当前打印机的名称。
示例
MsgBox("The name of the active printer is " + Application.ActivePrinter)