Sub 补课记载() Sheet2.Activate Dim c As Range ForEach c In Range("C5:H40") c.Value =0 Next c ForEach c In Range("K5:P40") c.Value =0 Next c ForEach c In Range("S5:X40") c.Value =0 Next c ForEach c In Range("AA5:AF40") c.Value =0 Next c ForEach c In Range("AI5:AN40") c.Value =0 Next c Dim oneFeild As Range Dim twoFeild As Range Dim threeFeild As Range Dim fourFeild As Range Dim teacherName AsString Set oneFeild = Range("B5:B40") Set twoFeild = Range("J5:J40") Set threeFeild = Range("R5:R40")