S
Stuart
Would be grateful for help with a few simple questions, please:
1. If Not IsEmpty(.Range("F65536").End(xlUp) _
.Offset(-1, -4)) Then
is fine, but "F" is hard-coded. If it were to be the variable
'£Col', how can I change the code so as to get back to
that "B" cell, please?
.Range("B" & ......) ?
Similarly:
2 For Each Cell In .Range("H2", "J" & LastRow) _
.SpecialCells(xlConstants)
is fine, but how to replace "H" with '£Col + 2' and
therefore "J" becoming '£Col + 4' ?
Regards.
1. If Not IsEmpty(.Range("F65536").End(xlUp) _
.Offset(-1, -4)) Then
is fine, but "F" is hard-coded. If it were to be the variable
'£Col', how can I change the code so as to get back to
that "B" cell, please?
.Range("B" & ......) ?
Similarly:
2 For Each Cell In .Range("H2", "J" & LastRow) _
.SpecialCells(xlConstants)
is fine, but how to replace "H" with '£Col + 2' and
therefore "J" becoming '£Col + 4' ?
Regards.