記事
開發學習紀錄
顯示具有
Excel VBA
標籤的文章。
顯示所有文章
顯示具有
Excel VBA
標籤的文章。
顯示所有文章
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