Bass71
MIS
- Jun 21, 2001
- 79
Hi
I'm trying to use variables to determine if a range of cells are completely null. For the life of me I cannot get it right.
Dim i As Integer
Dim j As Integer
Range("U2").Select
i = ActiveCell.Row
j = ActiveCell(8, 1).Row
If Selection.Interior.ColorIndex = 3 Then
ActiveCell.Offset(1, 0).Select
End If
If Range("Ui:Uj") = 0 Then
ActiveCell.Offset(7, 0).Select
End if
Muchas Thanks..............RO
I'm trying to use variables to determine if a range of cells are completely null. For the life of me I cannot get it right.
Dim i As Integer
Dim j As Integer
Range("U2").Select
i = ActiveCell.Row
j = ActiveCell(8, 1).Row
If Selection.Interior.ColorIndex = 3 Then
ActiveCell.Offset(1, 0).Select
End If
If Range("Ui:Uj") = 0 Then
ActiveCell.Offset(7, 0).Select
End if
Muchas Thanks..............RO