A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Index entries keep coming back



 
 
Thread Tools Display Modes
  #1  
Old July 1st, 2004, 07:08 AM
MM
external usenet poster
 
Posts: n/a
Default Index entries keep coming back

In a nutshell, here's the issue:

Whenever I open a doc in Word 2003, I see index entries, whether or not I've
got Show/Hide on Show. To get rid of the entries, I have to go into
ToolsOptionsView and deselect "Hidden text". However, the codes come
back every time I open the doc again, and I have to go through the same
annoying deselection process.

Does anyone know what's going on and how it might be fixed (without
reinstalling)?

Thanks . . . MM


  #2  
Old July 1st, 2004, 09:49 AM
Graham Mayor
external usenet poster
 
Posts: n/a
Default Index entries keep coming back

Word 2003 has a bad habit of forgetting some user settings. You can force
them with auto macros. In this case I would simply add a toolbar button to
call the following macro, which will toggle the setting:

Sub ShowHidden()
With ActiveWindow.View
.ShowHiddenText = Not .ShowHiddenText
.ShowAll = False
End With
End Sub

or for the automatic option -

Sub AutoOpen()
With ActiveWindow.View
.ShowHiddenText = False
.ShowAll = False
End With
End Sub

See http://www.gmayor.com/installing_macro.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



MM wrote:
In a nutshell, here's the issue:

Whenever I open a doc in Word 2003, I see index entries, whether or
not I've got Show/Hide on Show. To get rid of the entries, I have to
go into ToolsOptionsView and deselect "Hidden text". However, the
codes come back every time I open the doc again, and I have to go
through the same annoying deselection process.

Does anyone know what's going on and how it might be fixed (without
reinstalling)?

Thanks . . . MM



  #3  
Old July 1st, 2004, 12:21 PM
Robert M. Franz
external usenet poster
 
Posts: n/a
Default Index entries keep coming back

Hi MM

MM wrote:
Whenever I open a doc in Word 2003, I see index entries, whether or not I've
got Show/Hide on Show. To get rid of the entries, I have to go into
ToolsOptionsView and deselect "Hidden text". However, the codes come
back every time I open the doc again, and I have to go through the same
annoying deselection process.


A shot in the dark: Maybe you have Tools | Options | Security: "Make
hidden markup visible when opening or saving" on?

2cents
..bob
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
  #4  
Old July 1st, 2004, 03:03 PM
MM
external usenet poster
 
Posts: n/a
Default Index entries keep coming back

Nice little hacks there, Graham - thanks for these. If other suggestions
fail, it may come to these . . .


"Graham Mayor" wrote in message
...
Word 2003 has a bad habit of forgetting some user settings. You can force
them with auto macros. In this case I would simply add a toolbar button to
call the following macro, which will toggle the setting:

Sub ShowHidden()
With ActiveWindow.View
.ShowHiddenText = Not .ShowHiddenText
.ShowAll = False
End With
End Sub

or for the automatic option -

Sub AutoOpen()
With ActiveWindow.View
.ShowHiddenText = False
.ShowAll = False
End With
End Sub

See http://www.gmayor.com/installing_macro.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



MM wrote:
In a nutshell, here's the issue:

Whenever I open a doc in Word 2003, I see index entries, whether or
not I've got Show/Hide on Show. To get rid of the entries, I have to
go into ToolsOptionsView and deselect "Hidden text". However, the
codes come back every time I open the doc again, and I have to go
through the same annoying deselection process.

Does anyone know what's going on and how it might be fixed (without
reinstalling)?

Thanks . . . MM





  #5  
Old July 1st, 2004, 03:05 PM
MM
external usenet poster
 
Posts: n/a
Default Index entries keep coming back

I really - really - hope you're right. I'm enjoying the Canada Day holiday
today, but when I get back to work tomorrow, I'll have a look at that
setting. Thanks for the input.


"Robert M. Franz" wrote in message
...
Hi MM

MM wrote:
Whenever I open a doc in Word 2003, I see index entries, whether or not

I've
got Show/Hide on Show. To get rid of the entries, I have to go into
ToolsOptionsView and deselect "Hidden text". However, the codes come
back every time I open the doc again, and I have to go through the same
annoying deselection process.


A shot in the dark: Maybe you have Tools | Options | Security: "Make
hidden markup visible when opening or saving" on?

2cents
.bob
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Imbedding index entries Stephen Yuenger Formatting Long Documents 1 May 31st, 2004 03:24 AM
contiguous index entries raj Page Layout 0 May 17th, 2004 02:13 AM
Indexing - Global refresh/deletion of index marks Ray Cleere Formatting Long Documents 2 April 30th, 2004 04:31 PM
Indexing - Global refresh/deletion of index marks Ray Cleere Formatting Long Documents 0 April 30th, 2004 10:46 AM
Index Entries kpchop Formatting Long Documents 1 April 26th, 2004 04:52 PM


All times are GMT +1. The time now is 09:21 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.