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

Style Type Char Char Car Car Char



 
 
Thread Tools Display Modes
  #1  
Old November 6th, 2009, 08:16 PM posted to microsoft.public.word.pagelayout
Yiyomakaveli
external usenet poster
 
Posts: 1
Default Style Type Char Char Car Car Char

HI!

I'm having problems when I edit documents in Word. I have predefined styles
and when I want to used them Word automatically changes the style to Char
Char Car Char. Ultimately all the styles are changing to Char 2. I tried to
eliminate this style but it doesn't appear in the Styles list.

Any hlep greatly appreciated.
  #2  
Old November 6th, 2009, 09:41 PM posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default Style Type Char Char Car Car Char

See http://homepage.swissonline.ch/cindy...p.htm#CharStyl

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Yiyomakaveli" wrote in message
...
HI!

I'm having problems when I edit documents in Word. I have predefined
styles
and when I want to used them Word automatically changes the style to Char
Char Car Char. Ultimately all the styles are changing to Char 2. I tried
to
eliminate this style but it doesn't appear in the Styles list.

Any hlep greatly appreciated.


  #3  
Old November 7th, 2009, 10:35 PM posted to microsoft.public.word.pagelayout
Pamelia Caswell via OfficeKB.com
external usenet poster
 
Posts: 404
Default Style Type Char Char Car Car Char

Another way to avoid breaking linked styles is to use paste unformatted text.
I assigned this macro to a keyboard shortcut:

Sub PasteText()
'
' PasteText Macro

Selection.PasteSpecial DataType:=wdPasteText
End Sub

Pam


Yiyomakaveli wrote:
HI!

I'm having problems when I edit documents in Word. I have predefined styles
and when I want to used them Word automatically changes the style to Char
Char Car Char. Ultimately all the styles are changing to Char 2. I tried to
eliminate this style but it doesn't appear in the Styles list.

Any hlep greatly appreciated.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...ayout/200911/1

  #4  
Old November 8th, 2009, 04:57 PM posted to microsoft.public.word.pagelayout
Klaus Linke
external usenet poster
 
Posts: 401
Default Style Type Char Char Car Car Char

"Yiyomakaveli" wrote:
HI!

I'm having problems when I edit documents in Word. I have predefined
styles
and when I want to used them Word automatically changes the style to Char
Char Car Char. Ultimately all the styles are changing to Char 2. I tried
to
eliminate this style but it doesn't appear in the Styles list.

Any hlep greatly appreciated.



Also update whatever version you use, if it's not up-to-date... A lot of the
issues have been fixed.
Some of these fixes just hide the "Char Car Zchn..." style mess better, but
that's still better than nothing ;-)

Word 2007 does a pretty good job of cleaning them up if you just open and
save the document (...a solution that will obviously only work if you have
access to it somewhere).

If you don't see the style name in the style list, you could use VBA to
delete it:
-- Open the VBA editor (Alt+F11)
-- Go into the Immediate window (Strg+G)
-- Type
ActiveDocument.Styles("PutStyleNameHere").Delete
and hit Enter at the end of the line.

If the style name starts with a blank and just contains multiple "Char"
(and/or "Car" "Zchn" ... from other language versions), Word may not allow
you to delete or rename or access the style at all. For that case, Larry
found a trick: Save in XML format and re-open the document. This removes the
leading blank, and then you can delete the style.

Regards,
Klaus



 




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