Forum Discussion

ALASKANBULLWORM's avatar
ALASKANBULLWORM
Copper Contributor
Aug 16, 2021

VBA delete loop only deletes one line

Hello, I'm trying to create a macro that deletes all lines in a workbook having specific values, here is my code:     Sub DeleteRowswithSpecificValue() Dim cell As Range For Each cell In Ran...

Resources