Re: Range object and Special char "`"
- From: Helmut Weber <elmkqznfwvccbf@xxxxxxxxxxxxxx>
- Date: Sun, 05 Jun 2005 00:00:36 +0200
Hi Pravin,
first I'd reset all of the doc to some harmless font
like Arial. Then, I think, there is no way but checking
each individual character. Like this:
Dim c As Range
Selection.WholeStory
Selection.Font.Name = "Arial"
Selection.Collapse
Set d = Dialogs(wdDialogInsertSymbol)
For Each c In ActiveDocument.Range.Characters
c.Select
d.Update
If d.Font <> "(normaler Text)" Then
MsgBox "gotcha"
' do what you like to this character
End If
Next
Note: "(normaler Text)" is the german version.
Could be something like "(standard text)" or "(ordinary text)"
or "(normal text)"
I don't know. I hate localizations.
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
.
- Follow-Ups:
- Re: Range object and Special char "`"
- From: Helmut Weber
- Re: Range object and Special char "`"
- References:
- Range object and Special char "à"
- From: Neo
- Re: Range object and Special char "à"
- From: Doug Robbins
- Re: Range object and Special char "à"
- From: Helmut Weber
- Re: Range object and Special char "`"
- From: Pravin A. Sable
- Re: Range object and Special char "`"
- From: Helmut Weber
- Re: Range object and Special char "`"
- From: Pravin A. Sable
- Range object and Special char "à"
- Prev by Date: Re: Range object and Special char "`"
- Next by Date: Can we enable/disable undo manually/programmatically in Word?
- Previous by thread: Re: Range object and Special char "`"
- Next by thread: Re: Range object and Special char "`"
- Index(es):