¦p¦ó¦Û°Ê¤ñ¹ï¼Æ¦r±a¥X¼Ð·ÇÈ
- ©«¤l
- 559
- ¥DÃD
- 58
- ºëµØ
- 0
- ¿n¤À
- 626
- ÂI¦W
- 0
- §@·~¨t²Î
- win8
- ³nÅ骩¥»
- office2013
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- TW
- µù¥U®É¶¡
- 2010-11-22
- ³Ì«áµn¿ý
- 2024-6-14
|
¥»©«³Ì«á¥Ñ hugh0620 ©ó 2012-4-3 09:19 ½s¿è
¦^´_ 1# luke
¥Î¤@ӳ̲³æªº¤è¦¡¨Ó¼g[if]- Sub ex()
- For j = 2 To 4 Step 2 '¦C¼Æ,¸ê®Æn¶]²Ä2&4¦C
- For i = 1 To 10 'Äæ¦ì±qA¨ìJ
- If 30.5 < Cells(j, i) And Cells(j, i) <= 40 Then
- Cells(j + 1, i) = 40 '¸ê®Æ©ñ¦b²Ä3&5¦C
- ElseIf 25.5 < Cells(j, i) And Cells(j, i) <= 30.5 Then
- Cells(j + 1, i) = 30
- ElseIf 20.5 < Cells(j, i) And Cells(j, i) <= 25.5 Then
- Cells(j + 1, i) = 25
- ElseIf 16.5 < Cells(j, i) And Cells(j, i) <= 20.5 Then
- Cells(j + 1, i) = 20
- ElseIf 12.1 < Cells(j, i) And Cells(j, i) <= 16.5 Then
- Cells(j + 1, i) = 16
- ElseIf 10.1 < Cells(j, i) And Cells(j, i) <= 12.1 Then
- Cells(j + 1, i) = 12
- ElseIf 8.1 < Cells(j, i) And Cells(j, i) <= 10.1 Then
- Cells(j + 1, i) = 10
- ElseIf 6.1 < Cells(j, i) And Cells(j, i) <= 8.1 Then
- Cells(j + 1, i) = 8
- ElseIf 4.1 < Cells(j, i) And Cells(j, i) <= 6.1 Then
- Cells(j + 1, i) = 6
- ElseIf 2# < Cells(j, i) And Cells(j, i) <= 4.1 Then
- Cells(j + 1, i) = 4
- ElseIf 0 < Cells(j, i) And Cells(j, i) <= 2.1 Then
- Cells(j + 1, i) = 2
- End If
- Next
- Next
- End Sub
½Æ»s¥N½X |
|
¾Ç²ß¤~¯à´£¤É¦Û¤v
|
|
|
|
|