開發學習紀錄
Remove active cell empty rows ------------------------------------ Sub RemoveEmptyRows() Dim R As Range Set R = Application.ActiveCell Columns(R.Column).SpecialCells(xlCellTypeBlanks).EntireRow.Delete End Sub
張貼留言
沒有留言:
張貼留言