Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / January 2006

Tip: Looking for answers? Try searching our database.

ShowFieldCodes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Derek Hart - 08 Jan 2006 11:06 GMT
Can I turn off field codes in Word VBA at the application level.  I know
about the following code:

   Activewindow.View.ShowFieldCodes = False

But is there something like:

   Application.View.ShowFieldCodes = False

Thank You,
Derek Hart
Doug Robbins - Word MVP - 08 Jan 2006 11:45 GMT
You can use

Application.Options.PrintFieldCodes=False

but there is no method or datamember for:

Application.Options.ShowFieldCodes

Signature

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

> Can I turn off field codes in Word VBA at the application level.  I know
> about the following code:
[quoted text clipped - 7 lines]
> Thank You,
> Derek Hart
Tony Jollans - 08 Jan 2006 11:46 GMT
Hi Derek,

No - it doesn't work that way. You could simulate it either by running
through all the windows or by using application events to switch the setting
on windowactivate.

--
Enjoy,
Tony

> Can I turn off field codes in Word VBA at the application level.  I know
> about the following code:
[quoted text clipped - 7 lines]
> Thank You,
> Derek Hart
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.