D
DKY
Here's what I got, and needless to say attributing to my extreme lack o
experience its not working. any suggestions?
Dim rng As Range, sStr As String, i As Long
Set rng = Cells(A, 65536).End(xlToLeft)
For i = rng.Row To 1 Step -1
sStr = LCase(Cells(1, i).Value)
If sStr <> "26" Then
Cells(A, i).EntireRow.Delete
End If
Nex
experience its not working. any suggestions?
Dim rng As Range, sStr As String, i As Long
Set rng = Cells(A, 65536).End(xlToLeft)
For i = rng.Row To 1 Step -1
sStr = LCase(Cells(1, i).Value)
If sStr <> "26" Then
Cells(A, i).EntireRow.Delete
End If
Nex