Desire to take name from textfield and insert into subsequent headers on
following pages. Using, insert, crossreference txtname for headerbookmark.
Then unlock formfields with exit marcro
with activedocument
.printPreview
.closePrintPreview
End With 'quick and dirty code from doug
Using Microsoft Word 2000.
it works but screen blanks and returns. Ugly.
Can someone suggest a less "dirty" way?
Thanks
Tlar

Re: Header and Bookmark by Suzanne

Suzanne
Sat Jan 01 14:41:39 CST 2005

See the ScreenUpdating property in VBA.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Tlar" <Tlar@discussions.microsoft.com> wrote in message
news:2F4ED12F-97A5-4B35-8147-9D870B480E19@microsoft.com...
> Desire to take name from textfield and insert into subsequent headers on
> following pages. Using, insert, crossreference txtname for
headerbookmark.
> Then unlock formfields with exit marcro
> with activedocument
> .printPreview
> .closePrintPreview
> End With 'quick and dirty code from doug
> Using Microsoft Word 2000.
> it works but screen blanks and returns. Ugly.
> Can someone suggest a less "dirty" way?
> Thanks
> Tlar
>
>