Offset Between?

  • Thread starter Thread starter hotherps
  • Start date Start date
H

hotherps

Is there a way to put a "between condition into and offset statement?

If .Cells(x, y).Offset(0, -1) = "" Then
If .Cells(x, y).Value = "." _
And .Cells(x, y).Offset(0, 41) = "." _
And need > 0 Then
.Cells(x, y).Offset(0, 0).Resize(1, 42).Value = "MMS"

What If I want to apply the same code to the range of Offset 0,4
through 0,96

Thank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top