ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   find a cell, jump to next roll and clear all cells (https://www.excelbanter.com/excel-programming/276604-re-find-cell-jump-next-roll-clear-all-cells.html)

Adrie Rahanra

find a cell, jump to next roll and clear all cells
 

Lai,

Do u mean this?

Sub RemoveRows()
Cells.Select
Range("A2").Activate
Selection.AutoFilter Field:=1, Criteria1:="<1", Operator:=xlAnd
Rows("2:65536").Select
Selection.Delete Shift:=xlUp
Range("A2").Select
Selection.AutoFilter
End Sub

Greetz,

@3



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


All times are GMT +1. The time now is 11:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com