Hi Jim,
>Is there code which will return the position of a cell within a table
>relative to the page?
No, IMHO.
You may select the cell,
collapse the selection,
and see what this returns:
MsgBox Selection.Information(wdHorizontalPositionRelativeToPage)
MsgBox Selection.Information(wdVerticalPositionRelativeToPage)
MsgBox Selection.Cells(1).Width
MsgBox Selection.Cells(1).Height
Height (row), it seems, must have been set to "exactly".
Do a bit of calculating, and get the center of the cell.

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Jim Gibbs - 18 Feb 2006 00:48 GMT