C
Charlie''s odd VBA questions
I have written a macro to find symbols and extended characters in a Word
document. However, if a symbol is inserted, it's character code is Asc(40 or
Asc(63) as documented by MS. Word lists it as the normal text font such as
Arial even though the symbol is actually, saym Webdings. I can find it by
Find.Text = (unicode). However, even though I can find and select it, I can
not determine what the actual font of the symbol is. Since I need to copy
the symbol character, I need to know the real font name. How can I get the
real font name?
Also, is there any property or method to return the actual number of
occurrences changed when doing a Find.Replace using Continue and ReplaceAll?
Word shows it in the status bar, but I need to be able to return this count
to the macro.
Any help or suggestions would be really appreciated.
document. However, if a symbol is inserted, it's character code is Asc(40 or
Asc(63) as documented by MS. Word lists it as the normal text font such as
Arial even though the symbol is actually, saym Webdings. I can find it by
Find.Text = (unicode). However, even though I can find and select it, I can
not determine what the actual font of the symbol is. Since I need to copy
the symbol character, I need to know the real font name. How can I get the
real font name?
Also, is there any property or method to return the actual number of
occurrences changed when doing a Find.Replace using Continue and ReplaceAll?
Word shows it in the status bar, but I need to be able to return this count
to the macro.
Any help or suggestions would be really appreciated.