- ©«¤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# bridetobe - Private Sub CommandButton1_Click()
- Dim a_date ' As String
- a_date = InputBox("¿é¤J¤é´Á(¨Ò2014/7/1):")
- With Sheet2
- Set A = .Range("A2", .[a2].End(xlDown)).Find(what:=a_date, LookIn:=xlValues) '·j´M¤å¦r
- End With
- If Not A Is Nothing Then
- MsgBox ("¦³")
- Else
- MsgBox ("¨S¦³¸ê®Æ")
- End If
- End Sub
- Private Sub CommandButton2_Click()
- Dim a_date As Date
- a_date = InputBox("¿é¤J¤é´Á(¨Ò2014/7/1):")
- With Sheet2
- Set A = .Range("A2", .[a2].End(xlDown)).Find(what:=a_date, LookIn:=xlFormulas) '·j´M¤½¦¡
- End With
- If Not A Is Nothing Then
- MsgBox ("¦³")
- Else
- MsgBox ("¨S¦³¸ê®Æ")
- End If
- End Sub
½Æ»s¥N½X |
|