Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
grammatim[_2_] grammatim[_2_] is offline
external usenet poster
 
Posts: 2,751
Default two unrelated 2007 questions

1. Where have they put "Set Language"?

I'm translating an article from French, and rather than start a blank
document, I copied the original text because of all the proper names;
but when I type ", it automatically changes it to left-guillemets +
nonbreaking space, instead of to a left curly quote, i.e., it's set
for French.

"Help" is useless -- it points me only to instructions on how to get a
machine translation of the document. (I might do that just for
laughs.)

2. Is there a way to change Paragraph Numbering into static text?
Unlinking the hyperlinks of the cross references doesn't also do it to
automatic numbering. (My book chapters are going to a typesetter to be
turned into LaTex, and the fewer non-text coding materials in the
document, the better.)
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default two unrelated 2007 questions

It's in the Proofing group on the Review tab--actually much more accessible
than before if you can remember where it is (I knew it was on the Ribbon but
had to hunt).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"grammatim" wrote in message
...
1. Where have they put "Set Language"?

I'm translating an article from French, and rather than start a blank
document, I copied the original text because of all the proper names;
but when I type ", it automatically changes it to left-guillemets +
nonbreaking space, instead of to a left curly quote, i.e., it's set
for French.

"Help" is useless -- it points me only to instructions on how to get a
machine translation of the document. (I might do that just for
laughs.)

2. Is there a way to change Paragraph Numbering into static text?
Unlinking the hyperlinks of the cross references doesn't also do it to
automatic numbering. (My book chapters are going to a typesetter to be
turned into LaTex, and the fewer non-text coding materials in the
document, the better.)



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Klaus Linke Klaus Linke is offline
external usenet poster
 
Posts: 413
Default two unrelated 2007 questions

I had problems discovering the little globe, too.
Re 2., you can use ActiveDocument.ConvertNumbersToText

Regards,
Klaus


"Suzanne S. Barnhill" wrote:
It's in the Proofing group on the Review tab--actually much more
accessible than before if you can remember where it is (I knew it was on
the Ribbon but had to hunt).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"grammatim" wrote in message
...
1. Where have they put "Set Language"?

I'm translating an article from French, and rather than start a blank
document, I copied the original text because of all the proper names;
but when I type ", it automatically changes it to left-guillemets +
nonbreaking space, instead of to a left curly quote, i.e., it's set
for French.

"Help" is useless -- it points me only to instructions on how to get a
machine translation of the document. (I might do that just for
laughs.)

2. Is there a way to change Paragraph Numbering into static text?
Unlinking the hyperlinks of the cross references doesn't also do it to
automatic numbering. (My book chapters are going to a typesetter to be
turned into LaTex, and the fewer non-text coding materials in the
document, the better.)




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
grammatim[_2_] grammatim[_2_] is offline
external usenet poster
 
Posts: 2,751
Default two unrelated 2007 questions

And when your document isn't half the screen wide, so that you can see
the original and the translation simultaneously, the odd little icon
even has a label saying so!

Now how did they decide which column of labels to omit when the Ribbon
wasn't full-width? Yet another reason to prefer drop-down menus to the
Ribbon.

On Nov 28, 6:19*pm, "Suzanne S. Barnhill" wrote:
It's in the Proofing group on the Review tab--actually much more accessible
than before if you can remember where it is (I knew it was on the Ribbon but
had to hunt).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"grammatim" wrote in message

...



1. Where have they put "Set Language"?


I'm translating an article from French, and rather than start a blank
document, I copied the original text because of all the proper names;
but when I type ", it automatically changes it to left-guillemets +
nonbreaking space, instead of to a left curly quote, i.e., it's set
for French.


"Help" is useless -- it points me only to instructions on how to get a
machine translation of the document. (I might do that just for
laughs.)


2. Is there a way to change Paragraph Numbering into static text?
Unlinking the hyperlinks of the cross references doesn't also do it to
automatic numbering. (My book chapters are going to a typesetter to be
turned into LaTex, and the fewer non-text coding materials in the
document, the better.)-

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
grammatim[_2_] grammatim[_2_] is offline
external usenet poster
 
Posts: 2,751
Default two unrelated 2007 questions

Sorry, what's "ActiveDocument"? (In both 2007 and 2003.) Again, "Help"
was no help at all.

On Nov 28, 9:11*pm, "Klaus Linke" wrote:
I had problems discovering the little globe, too.
Re 2., you can use ActiveDocument.ConvertNumbersToText

Regards,
Klaus

"Suzanne S. Barnhill" wrote:



It's in the Proofing group on the Review tab--actually much more
accessible than before if you can remember where it is (I knew it was on
the Ribbon but had to hunt).


--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA


"grammatim" wrote in message
....
1. Where have they put "Set Language"?


I'm translating an article from French, and rather than start a blank
document, I copied the original text because of all the proper names;
but when I type ", it automatically changes it to left-guillemets +
nonbreaking space, instead of to a left curly quote, i.e., it's set
for French.


"Help" is useless -- it points me only to instructions on how to get a
machine translation of the document. (I might do that just for
laughs.)


2. Is there a way to change Paragraph Numbering into static text?
Unlinking the hyperlinks of the cross references doesn't also do it to
automatic numbering. (My book chapters are going to a typesetter to be
turned into LaTex, and the fewer non-text coding materials in the
document, the better.)-



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default two unrelated 2007 questions

ActiveDocument is the document that currently has the focus. To expand on
Klaus's instructions:

Press Alt+F11 to open the VBA Editor and Ctrl+G to get to the Immediate
window. In that window, type

ActiveDocument.ConvertNumbersToText

and press Enter. If the numbering is part of the paragraph style, however,
it will return if you reset the paragraph (Ctrl+Q).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"grammatim" wrote in message
...
Sorry, what's "ActiveDocument"? (In both 2007 and 2003.) Again, "Help"
was no help at all.

On Nov 28, 9:11 pm, "Klaus Linke" wrote:
I had problems discovering the little globe, too.
Re 2., you can use ActiveDocument.ConvertNumbersToText

Regards,
Klaus

"Suzanne S. Barnhill" wrote:



It's in the Proofing group on the Review tab--actually much more
accessible than before if you can remember where it is (I knew it was on
the Ribbon but had to hunt).


--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA


"grammatim" wrote in message
...
1. Where have they put "Set Language"?


I'm translating an article from French, and rather than start a blank
document, I copied the original text because of all the proper names;
but when I type ", it automatically changes it to left-guillemets +
nonbreaking space, instead of to a left curly quote, i.e., it's set
for French.


"Help" is useless -- it points me only to instructions on how to get a
machine translation of the document. (I might do that just for
laughs.)


2. Is there a way to change Paragraph Numbering into static text?
Unlinking the hyperlinks of the cross references doesn't also do it to
automatic numbering. (My book chapters are going to a typesetter to be
turned into LaTex, and the fewer non-text coding materials in the
document, the better.)-



  #7   Report Post  
Posted to microsoft.public.word.docmanagement
grammatim[_2_] grammatim[_2_] is offline
external usenet poster
 
Posts: 2,751
Default two unrelated 2007 questions

So they never contemplated that ordinary users might want to do that
some day ... thank you.

On Nov 28, 11:31*pm, "Suzanne S. Barnhill" wrote:
ActiveDocument is the document that currently has the focus. To expand on
Klaus's instructions:

Press Alt+F11 to open the VBA Editor and Ctrl+G to get to the Immediate
window. In that window, type

* * * ActiveDocument.ConvertNumbersToText

and press Enter. If the numbering is part of the paragraph style, however,
it will return if you reset the paragraph (Ctrl+Q).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"grammatim" wrote in message

...
Sorry, what's "ActiveDocument"? (In both 2007 and 2003.) Again, "Help"
was no help at all.

On Nov 28, 9:11 pm, "Klaus Linke" wrote:



I had problems discovering the little globe, too.
Re 2., you can use ActiveDocument.ConvertNumbersToText


Regards,
Klaus


"Suzanne S. Barnhill" wrote:


It's in the Proofing group on the Review tab--actually much more
accessible than before if you can remember where it is (I knew it was on
the Ribbon but had to hunt).


--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA


"grammatim" wrote in message
....
1. Where have they put "Set Language"?


I'm translating an article from French, and rather than start a blank
document, I copied the original text because of all the proper names;
but when I type ", it automatically changes it to left-guillemets +
nonbreaking space, instead of to a left curly quote, i.e., it's set
for French.


"Help" is useless -- it points me only to instructions on how to get a
machine translation of the document. (I might do that just for
laughs.)


2. Is there a way to change Paragraph Numbering into static text?
Unlinking the hyperlinks of the cross references doesn't also do it to
automatic numbering. (My book chapters are going to a typesetter to be
turned into LaTex, and the fewer non-text coding materials in the
document, the better.)--

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Word 2007 Upgrade Questions Karin Microsoft Word Help 1 November 14th 08 08:01 AM
2 questions on one computer with Office 2007 Bruno[_2_] Microsoft Word Help 1 June 30th 08 04:18 AM
Unexpected opening of unrelated file shastaonice Microsoft Word Help 1 May 19th 08 09:33 AM
Unrelated error message when trying to do page setup. D. Zalkin Page Layout 4 July 6th 05 03:43 PM
how to manage unrelated research information? kubacon Microsoft Word Help 0 April 13th 05 05:17 PM


All times are GMT +1. The time now is 08:45 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"