| ©«¤l4901 ¥DÃD44 ºëµØ24 ¿n¤À4916 ÂI¦W267  §@·~¨t²ÎWindows 7 ³nÅ骩¥»Office 20xx ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥x¥_ µù¥U®É¶¡2010-4-30 ³Ì«áµn¿ý2025-10-31 
                
 | 
                
| ¦^´_ 1# freeffly ½Æ»s¥N½XSub ex()
Dim a As Range, Rng As Range
With Sheets("10202¤ë (2)")
i = 1
   Set Rng = Union(.[A3:G3], .[A8:G8], .[A13:G13], .[A18:G18], .[A23:G23])
   For Each a In Rng.SpecialCells(xlCellTypeBlanks)
       If a.Interior.ColorIndex = -4142 Then
           a = .Range("J" & i)
           i = i + 1
       End If
    Next
End With
End Sub
 | 
 |