如何用vba设置默认打印机

2025-04-16 06:42:41
推荐回答(2个)
回答1:

在 Sheet1.[A1]单元格中写入打印机的名称,然后使用下面的代码
Application.ActivePrinter = Sheet1.[A1]

回答2: