| 
    
     |  | ▼クリシュファー さん: >▼ちん さん:
 >ありがとうございます
 >
 If CheckBox1.Value = True Then Cells(行, "F").Copy Sheet2.Range("C6:I7")
 
 If CheckBox2.Value = True Then Cells(行, "G").Copy Sheet2.Range("K6:Q7")
 
 If CheckBox3.Value = True Then Cells(行, "H").Copy Sheet2.Range("S6:Y7")
 
 If CheckBox4.Value = True Then Cells(行, "I").Copy Sheet2.Range("AA6:AG7")
 If CheckBox5.Value = True Then Cells(行, "J").Copy Sheet2.Range("C8:I9")
 If CheckBox6.Value = True Then Cells(行, "K").Copy Sheet2.Range("K8:Q9")
 If CheckBox7.Value = True Then Cells(行, "L").Copy Sheet2.Range("S8:Y9")
 If CheckBox8.Value = True Then Cells(行, "M").Copy Sheet2.Range("AA8:AG9")
 If CheckBox9.Value = True Then Cells(行, "N").Copy Sheet2.Range("C10:I11"))
 If CheckBox10.Value = True Then Cells(行, "O").Copy Sheet2.Range("K10:Q11")
 If CheckBox11.Value = True Then Cells(行, "P").Copy Sheet2.Range("S10:Y11")
 If CheckBox12.Value = True Then Cells(行, "Q").Copy Sheet2.Range("AA10:AG11")
 If CheckBox13.Value = True Then Cells(行, "R").Copy Sheet2.Range("C12:I13")
 If CheckBox14.Value = True Then Cells(行, "S").Copy Sheet2.Range("K12:Q13")
 If CheckBox15.Value = True Then Cells(行, "T").Copy Sheet2.Range("S12:Y13")
 If CheckBox16.Value = True Then Cells(行, "U").Copy Sheet2.Range("AA12:AG13")
 If CheckBox17.Value = True Then Cells(行, "V").Copy Sheet2.Range("C14:I15")
 
 
 ありがとうございます
 こんな形までできました
 
 歯抜けになってしまうのだけなんとかできればありがたいのですが
 
 |  |