Nelson78
Well-known Member
- Joined
- Sep 11, 2017
- Messages
- 526
- Office Version
- 2007
Hello everybody.
I've the following range:
I've to delete all the rows except if, in column F, the cell value is "Milan" or "Berlin" or "London" or "Paris".
How can I figure it out?
Thank's in advance.
I've the following range:
VBA Code:
Dim Rng As Range
Set Rng = Sheets(1).Range("A1:AM" & lr)
I've to delete all the rows except if, in column F, the cell value is "Milan" or "Berlin" or "London" or "Paris".
How can I figure it out?
Thank's in advance.