D
David Cleave
Hi all
I’m using VB to produce a Word document. Is there a way to specify a Range
within a header, or can you only specify the Range that represents everything
in the header?
The VB editor will now allow me to use:
MyDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range(Start:=
something, End:= something else)
Is there another way?
Thanks again
David
I’m using VB to produce a Word document. Is there a way to specify a Range
within a header, or can you only specify the Range that represents everything
in the header?
The VB editor will now allow me to use:
MyDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range(Start:=
something, End:= something else)
Is there another way?
Thanks again
David