- ©«¤l
- 472
- ¥DÃD
- 5
- ºëµØ
- 0
- ¿n¤À
- 485
- ÂI¦W
- 0
- §@·~¨t²Î
- Windows
- ³nÅ骩¥»
- MS Office
- ¾\ŪÅv
- 100
- ©Ê§O
- ¨k
- ¨Ó¦Û
- »´ä
- µù¥U®É¶¡
- 2010-7-4
- ³Ì«áµn¿ý
- 2014-12-28

|
¦^´_ 2# t8899 - Sub TEST1()
-
- firstaddress = ""
- With Selection
- If .Cells(1, 1) = "" Then
- firstaddress = .Cells(1, 1).Address
- lastAddress = firstaddress
- End If
- Set c = .Find("", LookIn:=xlValues)
- If Not c Is Nothing Then
- If firstaddress = "" Then
- firstaddress = c.Address
- End If
- lastAddress = firstaddress
- Do
- Set c = .FindNext(c)
- If Not c Is Nothing And c.Address <> firstaddress Then
- lastAddress = c.Address
- End If
- Loop While Not c Is Nothing And c.Address <> firstaddress
- End If
- End With
- MsgBox (lastAddress)
- End Sub
½Æ»s¥N½X |
|