Beth
Wed Nov 03 08:12:17 CST 2004
I'm not sure why they changed it but you can turn it back on. Go to
Tools/Options/Compatibility and turn on "Select entire field with
first or last character".
To make this the behavior for all new documents click the "Default"
command. For previously created document you need to modify the
option. If you are familiar with VBA then you can easily create a
macro to change this option:
ActiveDocument.Compatibility(wdSelectFieldWithFirstOrLastCharacter) =
True
Note if you use the Macro Recorder for this then make sure you edit
the macro and delete all other recorded options with the exception of
the line of code I provided.
--
Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP
Word FAQ:
http://mvps.org/word
TechTrax eZine:
http://mousetrax.com/techtrax/
MVP FAQ site:
http://mvps.org/
"cleassan2 >" <<cleassan2.1f3wmu@excelforum-nospam.com> wrote in
message news:cleassan2.1f3wmu@excelforum-nospam.com...
> I'm using Word 2002, and this feature seems to have disappeared. As
> far
> back as I can remember, I've been able to easily select an entire
> field
> displayed in a document by dragging the mouse over the first couple
> of
> characters. (Similar to the auto select entire word.) Now it only
> does
> one character at a time.
>
> This isn't a big deal until I want to edit the definition for a TOC
> by
> highlighting the whole thing and clicking "Edit Field". It doesn't
> recognize it as a field and I have to recreate the TOC entirely.
>
> Is there a setting somewhere for this? I couldn't find it in the
> Word
> options list. I've done a lot of VB customization and I'm wondering
> if
> I mistakenly set something through VB. Thanks for any help!
>
> Cristina
>
>
> ---
> Message posted from
http://www.ExcelForum.com/
>