Hi!
I want my VBA code to insert two blank rows whenever the cell value in column d changes. And since i have used some autofilters, i only want it to do this function on visible cells.
I have this:
Dim GCell As Range
SearchText = ""
Set GCell = Cells.Find(SearchText).Offset(0)...