I use the list notation:
exec In[34:36]
also, if you use the edit function to edit a chunk, the Out list will have your code in it, so:
exec Out[35]
And my favorite:
edit In[34:38]
because I am a fat-fingered slob who can rarely get it right on the first try.