記事
開發學習紀錄
2012-03-22
Excel VBA: Remove Empty rows
Remove active cell empty rows
------------------------------------
Sub RemoveEmptyRows()
Dim R As Range
Set R = Application.ActiveCell
Columns(R.Column).SpecialCells(xlCellTypeBlanks).EntireRow.Delete
End Sub
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
adsense
沒有留言:
張貼留言