最終行に67行をコピーしたいのすが、斜めにコピーされていきます。
すみません、教えてください。
Sub セルコピー()
Range("C67:L67").Copy n = Cells(Rows.Count, "C").End(xlUp).Row + 1
Range("C" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
n = Cells(Rows.Count, "D").End(xlUp).Row + 1
Range("D" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
n = Cells(Rows.Count, "E").End(xlUp).Row + 1
Range("E" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
n = Cells(Rows.Count, "F").End(xlUp).Row + 1
Range("F" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
n = Cells(Rows.Count, "G").End(xlUp).Row + 1
Range("G" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
n = Cells(Rows.Count, "H").End(xlUp).Row + 1
Range("H" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
n = Cells(Rows.Count, "I").End(xlUp).Row + 1
Range("I" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
n = Cells(Rows.Count, "J").End(xlUp).Row + 1
Range("J" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
n = Cells(Rows.Count, "K").End(xlUp).Row + 1
Range("K" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
n = Cells(Rows.Count, "L").End(xlUp).Row + 1
Range("L" & n).Select
Selection.PasteSpecial Paste:=xlPasteAll
End Sub
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2020/06/04 12:50