Well while this is failing in a much longer macro, it is also failing in the following "test" macro.Originally Posted by davesexcel
Sub test()
Dim intRow As Integer
If Not Worksheets("Joy 2006").Range(Cells(7, 7), Cells(57, 7)).Find("Complete") Is Nothing Then
intRow = Worksheets("Joy 2006").Range(Cells(7, 7), Cells(57, 7)).Find("Complete").Row
End If
MsgBox (intRow)
Worksheets("Joy 2006").Range(Cells(7, 7), Cells(41, 7)).Select
End Sub
Bookmarks