| ©«¤l5923 ¥DÃD13 ºëµØ1 ¿n¤À5986 ÂI¦W0  §@·~¨t²Îwin10 ³nÅ骩¥»Office 2010 ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥xÆW°ò¶© µù¥U®É¶¡2010-5-1 ³Ì«áµn¿ý2022-1-23 
         
 | 
                
| ¦^´_ 1# myleoyes ½Æ»s¥N½XSub ¶ñº¡()
    Dim E&, i&
    E = Cells(ActiveCell.Row, 1).End(xlDown).Row
Again:
      ZZ = Application.InputBox("½Ð¿é¤J¦C¼Æ", "½Ð¿é¤J¶ñº¡¶¡¹j¦C¼Æ", 10, Type:=2)
      If ZZ <= 0 Or ZZ = "" Then
        MsgBox "¶¡¹j¦C¼Æ¤£±o¤p©ó¢°¦C¡I¡I¡I", , "¦C¼Æ¿ù»~½Ð«·s¿é¤J ¡I¡I"
        GoTo Again
      End If
      Range("A1") = ZZ
    For i = ActiveCell.Row To E Step ZZ
        With Cells(i, 2).Resize(, 20).Interior
            .Pattern = xlSolid
            .PatternColorIndex = xlAutomatic
            ' .ThemeColor = xlThemeColorAccent3
            ' .TintAndShade = 0.799981688894314
            ' .PatternTintAndShade = 0
            '2003 ¨S¦³³o¨ÇÄÝ©Ê
        End With
    Next
End Sub
 | 
 |