H
hotherps
I need a little help with the following code:
If .Cells(x, y).Value = "." _And counter < 8 _
And need > 0 Then
.Cells(x, y).Value = "ENG"
I'm trying to check to see if the next four cells to the right have th
value "." in them.
I can't seem to get it right, does Offset work differently when yo
want to check a range as opposed to a cell?
Thank
If .Cells(x, y).Value = "." _And counter < 8 _
And need > 0 Then
.Cells(x, y).Value = "ENG"
I'm trying to check to see if the next four cells to the right have th
value "." in them.
I can't seem to get it right, does Offset work differently when yo
want to check a range as opposed to a cell?
Thank