B
Blake
I'm having problems setting the gutter margins in a
document programatically. I want to make sure that each
section in the document has a .25 inch gutter margin
because sometimes sections get inserted from elsewhere
that do not have this gutter margin set. I've tried it
simply like this:
With ActiveDocument.PageSetup
.Gutter = 18
End With
The problem seems to be that when it reaches a section
that does not have a .25 inch gutter margin that I get a
Value Out of Range error (caused because the gutter margin
does not equal .25?). How can I make sure that this will
work?
Thanks for any help,
Blake
document programatically. I want to make sure that each
section in the document has a .25 inch gutter margin
because sometimes sections get inserted from elsewhere
that do not have this gutter margin set. I've tried it
simply like this:
With ActiveDocument.PageSetup
.Gutter = 18
End With
The problem seems to be that when it reaches a section
that does not have a .25 inch gutter margin that I get a
Value Out of Range error (caused because the gutter margin
does not equal .25?). How can I make sure that this will
work?
Thanks for any help,
Blake