| ©«¤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# child ¸Õ¸Õ¬Ý
 ½Æ»s¥N½XSub Ex()
    Dim A As Long, B As Long, i As Integer
    A = #10/11/2011 8:00:00 AM#
    B = #10/11/2011 2:30:00 PM#
    For i = 1 To [C1].End(xlDown).Row
        If Cells(i, "C") >= A And Cells(i, "C") <= B Then
            Cells(i, "D") = "Y"
        Else
            Cells(i, "D") = "N"
        End If
    Next
End Sub
 | 
 |