With ActiveDocument.Sections(1).Borders
MsgBox "The distance from the bottom in pts is " & .DistanceFromBottom
MsgBox "The distance from the Left in pts is " & .DistanceFromLeft
MsgBox "The distance from the Right in pts is " & .DistanceFromRight
MsgBox "The distance from the Top in pts is " & .DistanceFromTop
End With

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> How can we programatically obtain the Page border margin (you can access
> it
[quoted text clipped - 3 lines]
>
> Thanks in advance for your help.
Ferass Elrayes - 14 Mar 2008 13:45 GMT
Works well! Thanks!
> With ActiveDocument.Sections(1).Borders
> MsgBox "The distance from the bottom in pts is " & .DistanceFromBottom
[quoted text clipped - 10 lines]
> >
> > Thanks in advance for your help.