Is there a way to insert the grid reference/X Y co-ordinates of the centre of the data frame in layout view? I'm working in British National Grid projection...
You could write a Python script that would return the extent of the data frame, do the math to find the center, and then update a text element in the page layout with the coordinates.