- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 247
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2024-11-14
|
¦^´_ 1# freeffly - Sub 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
½Æ»s¥N½X |
|