R
Rick Charnes
On a Word 2003 macro that's been working fine for a while, I'm all of a
sudden getting an error -
Run-time error '4608'
Value out of range
at the .RightMargin method here:
With ActiveDocument.PageSetup
.RightMargin = InchesToPoints(0.5)
End With
The printer can certainly handle a 1/2" right margin. Any idea what
might cause this? Thanks much.
sudden getting an error -
Run-time error '4608'
Value out of range
at the .RightMargin method here:
With ActiveDocument.PageSetup
.RightMargin = InchesToPoints(0.5)
End With
The printer can certainly handle a 1/2" right margin. Any idea what
might cause this? Thanks much.