E
Eric
Hi
I only want to handle the Header format from page 2. The following is the format which I want
Page
Date 2nd June 200
In that Header, I want the characters 'nd' in superscript format. I can add Page Field and Print the date. How to change the superscript format in Header
I wrote
Set myField = ActiveDocument.Fields.Add(Range:=ActiveDocument.Sections(1).HeaderswdHeaderFooterPrimary).Range, Type:=wdFieldPage
ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.InsertBefore vbCr & vbCr & "Page "
ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.InsertAfter vbCr & "Date 2nd June 2004
Thank you.
I only want to handle the Header format from page 2. The following is the format which I want
Page
Date 2nd June 200
In that Header, I want the characters 'nd' in superscript format. I can add Page Field and Print the date. How to change the superscript format in Header
I wrote
Set myField = ActiveDocument.Fields.Add(Range:=ActiveDocument.Sections(1).HeaderswdHeaderFooterPrimary).Range, Type:=wdFieldPage
ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.InsertBefore vbCr & vbCr & "Page "
ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.InsertAfter vbCr & "Date 2nd June 2004
Thank you.