View Single Post
 
Old 07-17-2015, 01:44 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

As I said, the code I posted was fairly basic. Without knowing how many Sections your document has, or how many headers each Section uses and, if more than one, whether their headers are linked, I'd be reluctant to suggest anything more than:
Code:
ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.Text = Combobox1.Value
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote