私はこれをあまりよくしていないので、これらのルールは手動で追加していました。VBA Excel macoを自動化
これを自動化する方法はありますか?ありがとう。
Range("D22:G22").Select
Selection.AutoFill Destination:=Range("D22:G23"), Type:=xlFillDefault
Range("D22:G23").Select
Range("I22").Select
Selection.AutoFill Destination:=Range("I22:I23"), Type:=xlFillDefault
Range("I22:I23").Select
Range("M22:N22").Select
Selection.AutoFill Destination:=Range("M22:N23"), Type:=xlFillDefault
Range("M22:N23").Select
Sheets("BN1").Select
Range("C20:G20").Select
Selection.AutoFill Destination:=Range("C20:G21"), Type:=xlFillDefault
Range("C20:G21").Select
Range("K20:L20").Select
Selection.AutoFill Destination:=Range("K20:L21"), Type:=xlFillDefault
Range("K20:L21").Select
Sheets("BUM1").Select
Range("C20:G20").Select
Selection.AutoFill Destination:=Range("C20:G21"), Type:=xlFillDefault
Range("C20:G21").Select
Range("K20:L20").Select
Selection.AutoFill Destination:=Range("K20:L21"), Type:=xlFillDefault
Range("K20:L21").Select
Sheets("Express").Select
Range("C20:G20").Select
Selection.AutoFill Destination:=Range("C20:G21"), Type:=xlFillDefault
Range("C20:G21").Select
Range("K20:L20").Select
Selection.AutoFill Destination:=Range("K20:L21"), Type:=xlFillDefault
Range("K20:L21").Select
Sheets("DL1").Select
Range("C20:G20").Select
Selection.AutoFill Destination:=Range("C20:G21"), Type:=xlFillDefault
何をしましたか?あなたの入力は何ですか?期待されるアウトプット? – JMax