下列程式輸出一字串至Epson Stulus Color 460噴墨印表機,原先字型大小依FontSize的設定正常列印,但列印數次後字型大小竟然變小,請問是什麼原因,要如何解決?謝謝!
With Printer
.Height = 62370
.Width = 5046
.Orientation = 2
.CurrentY = 0
.CurrentX = 0
.FontName = "@標楷體"
.FontSize = 200
Printer.Print "中華民國八十九年八月廿四日"
.EndDoc
End With