Help!

Page Numbers in Footers

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Numbering RSS
Next:  Junk mail filter only works on one account  
Author Message
BoRed79
External


Since: Jun 13, 2007
Posts: 30



PostPosted: Tue Aug 18, 2009 12:35 am    Post subject: Page Numbers in Footers
Archived from groups: microsoft>public>word>numbering (more info?)

Hi.

I am having a problem changing the page numbers in a document in Word 2007.

I am fairly new at using Word 2007 and am not sure why I keep managing to
crash my system.

I have a fairly long document (150 pages ish), which is made up of multiple
sections. I have used multiple sections (section breaks) so that some of the
pages do not have the headers and footers on (as they are landscape pages).

However, in each new section the page numbering in the footer starts at one.
I am trying to change the page numbering, so in the document it appears
continous throughout it (with it just ommitted from certain pages).

However, every time I try to change the page numbering (using the insert
tab, footer, page numbering and edit) it crashes Word.

Is there any reason why this should be happening and is there any way to get
round this problem.

Many thanks for your anticipated help.

Liz.
Back to top
Doug Robbins - Word MVP
External


Since: Jul 14, 2006
Posts: 2663



PostPosted: Tue Aug 18, 2009 8:10 am    Post subject: Re: Page Numbers in Footers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I assume that you meant Format Page Number rather than Edit.

While I do not know why that is causing the crash, you might try running a
macro with the following code

Dim i As Long
With ActiveDocument
For i = 1 To .Sections.Count
.Sections(i).Footers(1).PageNumbers.RestartNumberingAtSection =
False
Next i
End With


--
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, originally posted via msnews.microsoft.com
"BoRed79" <BoRed79.DeleteThis@discussions.microsoft.com> wrote in message
news:38DD4643-78DB-462E-9465-99D4B980F499@microsoft.com...
> Hi.
>
> I am having a problem changing the page numbers in a document in Word
> 2007.
>
> I am fairly new at using Word 2007 and am not sure why I keep managing to
> crash my system.
>
> I have a fairly long document (150 pages ish), which is made up of
> multiple
> sections. I have used multiple sections (section breaks) so that some of
> the
> pages do not have the headers and footers on (as they are landscape
> pages).
>
> However, in each new section the page numbering in the footer starts at
> one.
> I am trying to change the page numbering, so in the document it appears
> continous throughout it (with it just ommitted from certain pages).
>
> However, every time I try to change the page numbering (using the insert
> tab, footer, page numbering and edit) it crashes Word.
>
> Is there any reason why this should be happening and is there any way to
> get
> round this problem.
>
> Many thanks for your anticipated help.
>
> Liz.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Numbering All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum