【发布时间】:2011-05-04 00:41:56
【问题描述】:
我有一个 Excel 报告程序。当它打印时,我希望日期在左边。
我用过这段代码
.LeftHeader = "Printed on &D &T"
但是,我需要在上面的“head”评论中添加评论。
head = "In these quotes should be the date"
引号中应该包含什么来打印日期?
【问题讨论】:
标签: excel vba datetime printing vbscript