Sub Macro1()
Dim I, J As Integer
I = 1
J = 2
Do While I < J
Range("T3").Select
ActiveCell.FormulaR1C1 = I
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
I = I + 1
Loop
End Sub
收錄日期: 2021-05-03 06:49:07
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20181108054800AAqsqui