The Code below show me a run time error application defined or object defined. The Red part is the part that cause the error. Please help
Code:
Application.ScreenUpdating = False
Sheets("Sheet1").Select
Range("A1").Activate
Cells(1, 1).Activate
Do
[COLOR="Red"] ActiveCell.Offset(1, 0).Select[/COLOR]
Loop Until ActiveCell.Value = EmailForget.Value
RowCount1 = ActiveCell.Row
Range("J" & RowCount1).Select
if
SecurityQnForget.Value = Range("J" & RowCount1).Value