- 帖子
- 1572
- 主題
- 16
- 精華
- 2
- 積分
- 1521
- 點名
- 0
- 作業系統
- xp
- 軟體版本
- office 2003
- 閱讀權限
- 150
- 性別
- 男
- 註冊時間
- 2010-5-1
- 最後登錄
- 2016-1-13

|
4#
發表於 2012-8-1 08:28
| 只看該作者
- Sub FindFormatDemo()
- Application.FindFormat.Borders.LineStyle = 1
- Set c = Rows(9).Find(What:="", After:=[a9], SearchOrder:=2, SearchDirection:=2, SearchFormat:=True)
- If Not c Is Nothing Then MsgBox c.Address
- End Sub
複製代碼 |
|