Thread
:
Createing Macro to Increase Margin by 1pt
View Single Post
01-29-2014, 12:20 PM
macropod
Windows 7 32bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
Since the default margin unit of measurement is expressed in points, try:
Code:
Sub MarginMove1() With ActiveDocument.PageSetup .TopMargin = .TopMargin + 1 End With End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod