½Ð°Ý¦r¦ên¦p¦ó²Îp¦¸¼Æ¤£«´_?
- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
        
|
¦^´_ 10# oiggu - Sub Ex()
- Dim D As Range, R As Range, M$
- Set D = CreateObject("Scripting.Dictionary")
- With Sheets("date")
- For Each R In .Range("b2", .Cells(.[a1].End(xlDown).Row, .[a1].End(xlToRight).Column))
- M = .Cells(R.Row, 1) & .Cells(1, R.Column)
- D(M) = D(M) + R
- Next
- End With
- With Sheets("A")
- For Each R In .Range("b3", .Cells(.[a3].End(xlDown).Row, .[a1].End(xlToRight).Column))
- M = .Cells(R.Row, 1) & .Cells(1, R.Column)
- R = D(M)
- Next
- End With
- End Sub
½Æ»s¥N½X |
|
|
|
|
|
|