Re: Change .TopMargin on all pages
From: Jeff (nospam_at_nospam.com)
Date: 02/26/05
- Next message: Howard Kaikow: "Re: Programming for different Word versions"
- Previous message: Gina: "Re: writing to a bookmark inside a textframe - possible?"
- In reply to: TMc: "Re: Change .TopMargin on all pages"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 26 Feb 2005 18:59 +0000 (GMT Standard Time)
Try forcing the issue...
With ActiveDocument.Range(Start:=ActiveDocument.Content.Start, _
End:=ActiveDocument.Content.End)
.PageSetup.TopMargin = InchesToPoints(0.6)
End With
> ActiveDocument.PageSetup.TopMargin = InchesToPoints(0.6)
>
>
> "Klaus Linke" <info@fotosatz-kaufmann.de> wrote in message
> news:u47GwM1GFHA.3908@TK2MSFTNGP10.phx.gbl...
> "TMc" <nospam@nospam.com> wrote:
> > Through some vb code, I'm changing the top margin to .6 but it
> > only affects the first page. How can I code it to affect all pages?
>
>
> What's your code? Perhaps you've applied .PageSetup to the Selection or
> Section instead of (the whole) ActiveDocument?
>
> Regards,
> Klaus
>
>
>
- Next message: Howard Kaikow: "Re: Programming for different Word versions"
- Previous message: Gina: "Re: writing to a bookmark inside a textframe - possible?"
- In reply to: TMc: "Re: Change .TopMargin on all pages"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|