When working myfile.nb with mathematica, I don't know how to search or goto the lines In[529] or Out[422], in mathematica. Ctrl+F only searches text in the document.
I sometimes write down important lines like In[529] or Out[422] on a notepad. But with it, it is hard to go there(the right place in the document). I admit that my working process is not very organized so the In[..] numbers or Out[..] numbers are not ordered neatly.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Thanks you lericr, it was good to execute the code in the new notebook. For example :
(In current working .nb, type following code)
MyWorkingNb = EvaluationNotebook[] (Then open a new .nb, and type following code. The code will move the focus to In[529])
NotebookFind[MyWorkingNb, "In[529]=", All, CellLabel]
something = calculation[], so that afterwards you can refer to it bysomethinginstead ofOut[422]. $\endgroup$