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

Why are my tables using Eng US and not my set language Eng NZ



 
 
Thread Tools Display Modes
  #1  
Old October 15th, 2007, 11:42 PM posted to microsoft.public.word.tables
MicehlleLeo NZ
external usenet poster
 
Posts: 1
Default Why are my tables using Eng US and not my set language Eng NZ

I have my regional language set at English NZ,a dn my normal.dotm is all
working with this language, except my two table formats, which are using
English US.

I have checked clearing the fonts, and using normal, but any text within the
table grid changes to English US.

How do I make this go away?
  #2  
Old October 16th, 2007, 10:21 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Why are my tables using Eng US and not my set language Eng NZ

Try the following macro:

ActiveDocument.Styles("StyleNameHere").LanguageID = wdEnglishNewZealand

To run the macro, you can press Alt+F11; this displays the Visual Basic
Editor. In the Immediate window (Ctrl+G), type the code above and press
Enter. Repeat this for the other problem table style too.

--
Stefan Blom
Microsoft Word MVP


"MicehlleLeo NZ" wrote in message
...
I have my regional language set at English NZ,a dn my normal.dotm is all
working with this language, except my two table formats, which are using
English US.

I have checked clearing the fonts, and using normal, but any text within
the
table grid changes to English US.

How do I make this go away?







  #3  
Old October 17th, 2007, 10:59 PM posted to microsoft.public.word.tables
MicehlleLeo NZ[_2_]
external usenet poster
 
Posts: 17
Default Why are my tables using Eng US and not my set language Eng NZ

I have done as you suggested, but nothing has changed.
I haven't used VB before, do I need a seperate intermediate screen for each
style that is covered, or can I enter after each statement, with all on the
same screen?
Other than entering is there anything else I need to do to apply it to the
document?
If I can ge this to work for the current document, can I then open normal
and apply the same instructions to it and fix all future documents?
And what then happends later on when other users use these templates and use
a diferent style in the table grid?

thanks
MichelleLeo NZ

"MicehlleLeo NZ" wrote:

I have my regional language set at English NZ,a dn my normal.dotm is all
working with this language, except my two table formats, which are using
English US.

I have checked clearing the fonts, and using normal, but any text within the
table grid changes to English US.

How do I make this go away?

  #4  
Old October 18th, 2007, 07:32 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Why are my tables using Eng US and not my set language Eng NZ

As long as you press Enter after each command, it should work to type them
all in the same window (one after the other).

And, yes, if you get the macro to work in a document, you can run it for
any template. Note, however, that if the Normal template is affected, you
may find it easier to close Word, rename the template and then restart Word,
which creates a fresh copy of normal.dotm.

If you can't get the macro to work, try copying the problem table styles
from another document, where the settings are correct.

--
Stefan Blom
Microsoft Word MVP


"MicehlleLeo NZ" wrote in message
...
I have done as you suggested, but nothing has changed.
I haven't used VB before, do I need a seperate intermediate screen for
each
style that is covered, or can I enter after each statement, with all on
the
same screen?
Other than entering is there anything else I need to do to apply it to the
document?
If I can ge this to work for the current document, can I then open normal
and apply the same instructions to it and fix all future documents?
And what then happends later on when other users use these templates and
use
a diferent style in the table grid?

thanks
MichelleLeo NZ

"MicehlleLeo NZ" wrote:

I have my regional language set at English NZ,a dn my normal.dotm is all
working with this language, except my two table formats, which are using
English US.

I have checked clearing the fonts, and using normal, but any text within
the
table grid changes to English US.

How do I make this go away?






  #5  
Old October 18th, 2007, 07:42 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Why are my tables using Eng US and not my set language Eng NZ

If you can't get the macro to work, try copying the problem table styles
from another document, where the settings are correct.


Correction: If the table styles are built-in, copy the corresponding,
functioning, styles from a different document or template. If the table
styles are custom, try recreating them in a fresh document, and then copy
them to the problem document.

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" wrote in message
...
As long as you press Enter after each command, it should work to type them
all in the same window (one after the other).

And, yes, if you get the macro to work in a document, you can run it for
any template. Note, however, that if the Normal template is affected, you
may find it easier to close Word, rename the template and then restart
Word, which creates a fresh copy of normal.dotm.

If you can't get the macro to work, try copying the problem table styles
from another document, where the settings are correct.

--
Stefan Blom
Microsoft Word MVP


"MicehlleLeo NZ" wrote in message
...
I have done as you suggested, but nothing has changed.
I haven't used VB before, do I need a seperate intermediate screen for
each
style that is covered, or can I enter after each statement, with all on
the
same screen?
Other than entering is there anything else I need to do to apply it to
the
document?
If I can ge this to work for the current document, can I then open normal
and apply the same instructions to it and fix all future documents?
And what then happends later on when other users use these templates and
use
a diferent style in the table grid?

thanks
MichelleLeo NZ

"MicehlleLeo NZ" wrote:

I have my regional language set at English NZ,a dn my normal.dotm is all
working with this language, except my two table formats, which are using
English US.

I have checked clearing the fonts, and using normal, but any text within
the
table grid changes to English US.

How do I make this go away?









  #6  
Old October 18th, 2007, 11:33 PM posted to microsoft.public.word.tables
MicehlleLeo NZ[_2_]
external usenet poster
 
Posts: 17
Default Why are my tables using Eng US and not my set language Eng N

THanks, I ahve it sorted now. I realised from what you were saying taht I
needed to work out were the corruption of the table grid had started (all
tables I inserted had US english, no matter what style I sued).

As far as I have been able to work out, one style I created to use in tables
defaulted to US english, and from then all table grids came up as US English.
I did as you suggested, renamed the normal template, so a fresh template was
opened.

The tables I inserted in my new normal tempalte stayed NZ english, and when
I created the new styles I checked each one was still saying NZ english
before saving them as new styles. One style did default to US english, but I
changed it before it was saved, and the tables have remained NZ english.
Whew.
thanks for the help
Michelle

"Stefan Blom" wrote:

If you can't get the macro to work, try copying the problem table styles
from another document, where the settings are correct.


Correction: If the table styles are built-in, copy the corresponding,
functioning, styles from a different document or template. If the table
styles are custom, try recreating them in a fresh document, and then copy
them to the problem document.

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" wrote in message
...
As long as you press Enter after each command, it should work to type them
all in the same window (one after the other).

And, yes, if you get the macro to work in a document, you can run it for
any template. Note, however, that if the Normal template is affected, you
may find it easier to close Word, rename the template and then restart
Word, which creates a fresh copy of normal.dotm.

If you can't get the macro to work, try copying the problem table styles
from another document, where the settings are correct.

--
Stefan Blom
Microsoft Word MVP


"MicehlleLeo NZ" wrote in message
...
I have done as you suggested, but nothing has changed.
I haven't used VB before, do I need a seperate intermediate screen for
each
style that is covered, or can I enter after each statement, with all on
the
same screen?
Other than entering is there anything else I need to do to apply it to
the
document?
If I can ge this to work for the current document, can I then open normal
and apply the same instructions to it and fix all future documents?
And what then happends later on when other users use these templates and
use
a diferent style in the table grid?

thanks
MichelleLeo NZ

"MicehlleLeo NZ" wrote:

I have my regional language set at English NZ,a dn my normal.dotm is all
working with this language, except my two table formats, which are using
English US.

I have checked clearing the fonts, and using normal, but any text within
the
table grid changes to English US.

How do I make this go away?










  #7  
Old October 19th, 2007, 07:31 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Why are my tables using Eng US and not my set language Eng N

I'm glad you were able to fix this. Thank you for the feedback.

--
Stefan Blom
Microsoft Word MVP


"MicehlleLeo NZ" wrote in message
...
THanks, I ahve it sorted now. I realised from what you were saying taht I
needed to work out were the corruption of the table grid had started (all
tables I inserted had US english, no matter what style I sued).

As far as I have been able to work out, one style I created to use in
tables
defaulted to US english, and from then all table grids came up as US
English.
I did as you suggested, renamed the normal template, so a fresh template
was
opened.

The tables I inserted in my new normal tempalte stayed NZ english, and
when
I created the new styles I checked each one was still saying NZ english
before saving them as new styles. One style did default to US english, but
I
changed it before it was saved, and the tables have remained NZ english.
Whew.
thanks for the help
Michelle

"Stefan Blom" wrote:

If you can't get the macro to work, try copying the problem table
styles
from another document, where the settings are correct.


Correction: If the table styles are built-in, copy the corresponding,
functioning, styles from a different document or template. If the table
styles are custom, try recreating them in a fresh document, and then copy
them to the problem document.

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" wrote in message
...
As long as you press Enter after each command, it should work to type
them
all in the same window (one after the other).

And, yes, if you get the macro to work in a document, you can run it
for
any template. Note, however, that if the Normal template is affected,
you
may find it easier to close Word, rename the template and then restart
Word, which creates a fresh copy of normal.dotm.

If you can't get the macro to work, try copying the problem table
styles
from another document, where the settings are correct.

--
Stefan Blom
Microsoft Word MVP


"MicehlleLeo NZ" wrote in message
...
I have done as you suggested, but nothing has changed.
I haven't used VB before, do I need a seperate intermediate screen for
each
style that is covered, or can I enter after each statement, with all
on
the
same screen?
Other than entering is there anything else I need to do to apply it to
the
document?
If I can ge this to work for the current document, can I then open
normal
and apply the same instructions to it and fix all future documents?
And what then happends later on when other users use these templates
and
use
a diferent style in the table grid?

thanks
MichelleLeo NZ

"MicehlleLeo NZ" wrote:

I have my regional language set at English NZ,a dn my normal.dotm is
all
working with this language, except my two table formats, which are
using
English US.

I have checked clearing the fonts, and using normal, but any text
within
the
table grid changes to English US.

How do I make this go away?












 




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 11:41 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.