One of the reasons for this error is as I ran a macro as under
Sub Macro1()
On Error GoTo finderror
Dim I As Long
For I = 65500 To 66000
Cells(I, 1) = I
Next I
Exit Sub

finderror: