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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Word 2002 - Options



 
 
Thread Tools Display Modes
  #1  
Old May 3rd, 2004, 12:20 PM
Peter
external usenet poster
 
Posts: n/a
Default Word 2002 - Options



In Options / Save

there are boxes which I keep unchecking and next time I look, they're there
again:

Embed linguistic data

Embed smart tags


Is it possible to change them permanently?

Thanks


  #2  
Old May 3rd, 2004, 12:37 PM
Graham Mayor
external usenet poster
 
Posts: n/a
Default Word 2002 - Options

Create the following macros (or add the code to existing Autoopen/Autonew
macros)

Sub AutoOpen()
With ActiveDocument
.EmbedSmartTags = False
.EmbedLinguisticData = False
End With
End Sub
Sub AutoNew()
With ActiveDocument
.EmbedSmartTags = False
.EmbedLinguisticData = False
End With
End Sub

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

--

Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word



Peter wrote:
In Options / Save

there are boxes which I keep unchecking and next time I look, they're
there again:

Embed linguistic data

Embed smart tags


Is it possible to change them permanently?

Thanks



  #3  
Old May 3rd, 2004, 01:33 PM
Peter
external usenet poster
 
Posts: n/a
Default Word 2002 - Options

Thank you Graham

While I'm at it...

Is it possible to redirect the BackupCopies to a folder oither than the one
whre the originals are?


Thanks



"Graham Mayor" escreveu na mensagem
...
Create the following macros (or add the code to existing Autoopen/Autonew
macros)

Sub AutoOpen()
With ActiveDocument
.EmbedSmartTags = False
.EmbedLinguisticData = False
End With
End Sub
Sub AutoNew()
With ActiveDocument
.EmbedSmartTags = False
.EmbedLinguisticData = False
End With
End Sub

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

--

Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word



Peter wrote:
In Options / Save

there are boxes which I keep unchecking and next time I look, they're
there again:

Embed linguistic data

Embed smart tags


Is it possible to change them permanently?

Thanks





  #4  
Old May 3rd, 2004, 01:44 PM
Shauna Kelly
external usenet poster
 
Posts: n/a
Default Word 2002 - Options

Hi Peter

No, it's not possible. And there's a good reason for that. Let's say you
have a file called Budget.doc in one folder. The name of
its backup would be "Backup of Budget.wbk". But, if you had a file called
Budget.doc in *another* folder, its backup would also be
called "Backup of Budget.wbk". Two files with the same name can't reside in
one folder. So it would not be possible to put
backups of documents from more than one folder together.

Hope this helps.

Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word


"Peter" wrote in message
...
Thank you Graham

While I'm at it...

Is it possible to redirect the BackupCopies to a folder oither than the

one
whre the originals are?


Thanks



"Graham Mayor" escreveu na mensagem
...
Create the following macros (or add the code to existing

Autoopen/Autonew
macros)

Sub AutoOpen()
With ActiveDocument
.EmbedSmartTags = False
.EmbedLinguisticData = False
End With
End Sub
Sub AutoNew()
With ActiveDocument
.EmbedSmartTags = False
.EmbedLinguisticData = False
End With
End Sub

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

--

Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word



Peter wrote:
In Options / Save

there are boxes which I keep unchecking and next time I look, they're
there again:

Embed linguistic data

Embed smart tags


Is it possible to change them permanently?

Thanks







  #5  
Old May 3rd, 2004, 01:45 PM
Graham Mayor
external usenet poster
 
Posts: n/a
Default Word 2002 - Options

No - but see http://www.gmayor.com/automatically_backup.htm

--

Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word




Peter wrote:
Thank you Graham

While I'm at it...

Is it possible to redirect the BackupCopies to a folder oither than
the one whre the originals are?


Thanks



"Graham Mayor" escreveu na mensagem
...
Create the following macros (or add the code to existing
Autoopen/Autonew macros)

Sub AutoOpen()
With ActiveDocument
.EmbedSmartTags = False
.EmbedLinguisticData = False
End With
End Sub
Sub AutoNew()
With ActiveDocument
.EmbedSmartTags = False
.EmbedLinguisticData = False
End With
End Sub

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

--

Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word



Peter wrote:
In Options / Save

there are boxes which I keep unchecking and next time I look,
they're there again:

Embed linguistic data

Embed smart tags


Is it possible to change them permanently?

Thanks



 




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


All times are GMT +1. The time now is 07:35 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.