【发布时间】:2011-10-06 06:18:51
【问题描述】:
尝试多次打印同一张 Excel 表格(例如 100 次),每次都会增加一个单元格(例如单元格 4F)。
我尝试过使用
Workbook_BeforePrint
增加单元格,但它需要与每个打印表的“选择打印机”对话框交互。
是否可以制作类似的东西:
a = getIntegerUserInput()
for i in 1..a
increment 4F with one
print the sheet suppressing the "select printer" dialog
end for
干杯
【问题讨论】: