First question: How is the yellow shading applied? Have you simply applied
yellow highlighting to the formfields? If so, then a "find and replace" macro
designed to remove the highlighting from all formfields in the document
should do the trick. There are numerous examples of similar macros posted
throughout this forum that you can use as a starting point and post back if
you run into problems. I will leave it up to you to decide where this macro
should be stored (i.e. the Normal template [not recommended because of the
"fragile" nature of the Normal], a global template, the forms themselves
[also not recommended because the individual completing the form will then
have access to the macro]) and how to invoke the macro.
Second question: When you say "or any shading", is this specificially in
reference to formfields or to the entire document? In the first instance, you
can turn off field shading under Tools | Options --> View tab and then select
"Never" under "Field shading" in the "Show" section. However, this is a
user-specific setting (as opposed to a document-specific setting), so each
user will have to modify this setting individually. You _could_ incorporate
changing this setting into your macro to remove the yellow shading above, but
I wouldn't recommend it as changing settings like this without warning the
user and providing the option not to change it is bad design.
On the other hand, if you're talking about removing all shading from the
document, then it should be possible to tailor your macro to remove the
yellow shading from the formfields to remove all shading simply by modifying
what's being found. Alternatively, you could just open the document,
unprotect it if necessary, press Ctrl+A and select "None" for the highlight.
In fact, if the only thing that's highlighted in the document is the
formfields, this method might be the simplest solution to removing the yellow
shading.
Cheers!
Gordon
We've created several forms in which the form field is distinguised by yellow
shading. Once we've received the completed forms back from people, however,
I would like to be able to do away with the yellow shading, (or any shading
for that matter), to make it easier on the eyes for on-line viewing. Is this
possible?