rmobley232
New Member
- Joined
- Jun 30, 2016
- Messages
- 15
Hello!
Can you please help with with this code where I am trying to delete certain amount of rows after I have applied a filter selection criteria. The range of rows (in the example, rows 50:54) will change on a daily basis. :
Rows("50:54").Select
Selection.Delete Shift:=xlUp
ActiveWorkbook.Worksheets("Results").AutoFilter.Sort.SortFields.Clear
Thanks so much for the assistance!!
Can you please help with with this code where I am trying to delete certain amount of rows after I have applied a filter selection criteria. The range of rows (in the example, rows 50:54) will change on a daily basis. :
Rows("50:54").Select
Selection.Delete Shift:=xlUp
ActiveWorkbook.Worksheets("Results").AutoFilter.Sort.SortFields.Clear
Thanks so much for the assistance!!