![]() |
|
#10
|
||||
|
||||
|
That looks to me like a character in another font or, perhaps, a non-ASCII character in the same font. What do you get if you select the character and run the following macro:
Code:
Sub GetChar()
Dim SelFont, SelCharNum
With Selection
With Dialogs(wdDialogInsertSymbol)
SelFont = .Font
SelCharNum = .CharNum
End With
End With
MsgBox SelFont & vbTab & SelCharNum
End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Is it the PC, the monitor, or the operator?
|
CarlT | Windows | 1 | 07-11-2014 06:09 AM |
When Outlook starts, a warning box "String was not recognized as a valide datetime"
|
twormington | Outlook | 4 | 02-03-2014 11:01 PM |
| Mail Merge using Word 2010 - Header source not be recognized | Gage262 | Word | 8 | 02-01-2012 11:08 AM |
Contacts Not Recognized
|
WinoWally | Outlook | 1 | 09-28-2010 02:58 PM |
| .rtf being recognized as picture | amerifax | Word | 3 | 10-06-2009 09:23 AM |