- ©«¤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
        
|
¦^´_ 1# HSINLI
³o¬qµ{¦¡½X·|©ì©µµ{¦¡°õ¦æªº³t«×- Blast = Range("AA4").End(xlDown).Row '±N¤U¸ü¥«»ùÀx¦s®æ¥[¤j
- For i = 7 To (Blast * 2) Step 2
- Cells(i, 2).Insert shift:=xlDown '¼W¥[Àx¦s®æ
- Range("b" & i - 1 & ":b" & i).Select '¦X¨ÖÀx¦s®æ
- Selection.MergeCells = True
- With Selection.Borders(xlEdgeTop)
- .LineStyle = xlContinuous
- .ColorIndex = 0
- .TintAndShade = 0
- .Weight = xlThin
- End With
- With Selection.Borders(xlEdgeBottom)
- .LineStyle = xlContinuous
- .ColorIndex = 0
- .TintAndShade = 0
- .Weight = xlThin
- End With
- Selection.NumberFormatLocal = "0.00_ "
- Next i
½Æ»s¥N½X ¥iקאּ¦p¤U¸Õ¸Õ¬Ý- Dim Ar(), x As Integer
- Ar = Range("b6", Range("b6").End(xlDown)).Value 'BÄ檺ȾɤJ°}¦C
- With Range("A6", Range("A" & Rows.Count).End(xlUp)) 'AÄ檺¦X¨ÖÀx¦s®æ
- .Select
- Selection.Copy Range("B6") '½Æ»s¨ì BÄæ
- With .Offset(, 1) 'BÄæ
- For i = 1 To .Cells.Count Step 2
- x = Application.Round(i - (i / 2), 0) '°}¦C¤¸¯Àªº¯Á¤ÞÈ (¥|±Ë¤¤J¹Bºâªºµ²ªG)
- .Cells(i) = Ar(x, 1)
- Next
- With .Borders
- .LineStyle = xlContinuous
- .ColorIndex = 0
- .Weight = xlThin
- .TintAndShade = 0
- End With
- End With
- End With
½Æ»s¥N½X |
|