redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,577
- Office Version
- 365
- Platform
- Windows
Hi all
Trying to find last populated row in sheet2, then on that row remove all Data Validation lists that are stored in columns F:Q
I have this code, but can't get it to work
any help appreciated
Trying to find last populated row in sheet2, then on that row remove all Data Validation lists that are stored in columns F:Q
I have this code, but can't get it to work
Code:
Sheets("Sheet2").Cells(Rows.count, 1).End(xlUp).Offset(1, 0).Validation.EntireRow.Delete
any help appreciated