| ©«¤l1018 ¥DÃD15 ºëµØ0 ¿n¤À1058 ÂI¦W0  §@·~¨t²Îwin7 32bit ³nÅ骩¥»Office 2016 64-bit ¾\ŪÅv50 ©Ê§O¨k ¨Ó¦Û®ç¶é µù¥U®É¶¡2012-5-9 ³Ì«áµn¿ý2022-9-28 
 | 
                
| ¦^´_ 1# qqchange ½Æ»s¥N½XSub ªÅ¥Õ¸É0()
Dim p, r
For p = 1 To 3  'page
    For r = 2 To 11 'row
        '¨C13¦æ¬°¤@Ӱ϶ô
        With Sheets("RL").[a1:E13].Offset(13 * (p - 1)).Rows(r)
            If .Cells(, 4).Value = "" Then .Cells(, 4).Value = 0  'R
            If .Cells(, 5).Value = "" Then .Cells(, 5).Value = 0  'L
            If .Cells(, 2).Value = "" Then .ClearContents   'µLName«h¸Ó¦æ²M°£
        End With
    Next
Next
End Sub
 | 
 |