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

How to find Symbols



 
 
Thread Tools Display Modes
  #11  
Old October 14th, 2004, 12:33 AM
Klaus Linke
external usenet poster
 
Posts: n/a
Default

Hi again,

Sorry you have such a bad time :-/

You can copy/paste the symbol into "Find what"
(Ctrl+C, Ctrl+V).



This didn't work for me.


Sorry, my fault. It doesn't work in Word2000.

To find any symbol (non-Unicode) character, you can
use a wildcard search for
.Text = "[" & ChrW(&HF021) & "-" & _
ChrW(&HF0FF) & "]"
[...]
This works because Word uses codes between U+F021
and U+F0FF for "decorative"/symbol fonts.


I tried this in the macro. But it didn't find any symbols.
(The cursor doesn't move from its position when I run
the macro, though there are symbols present ahead in the
text to be found). Just to test that my macro is correct
otherwise, I tried replacing the .Text line with some
normal text, and it worked fine.


You used
.MatchWildcards = True
in your macro? It's a wildcard search...

It's very cumbersome to type it in the "Find what:"
box in the user dialog,
though it can be done:
You need "[x-y]" without the quotes in "Find what:",
and instead of "x" type "Alt+61473",
instead of "y" type "Alt+61695".
(hold Alt-key, and type the number on the numeric
keypad on the right side of the keyboard)

Those two characters should display in Wingdings, as a
pencil and as a "Windows flag".


Yes, the pencil symbol and Flag symbol correctly
displayed in the Find box, but the result of Find is
the same..., it gives no results.


That still baffles me. It definitely works here (Word2000/Win98).
Again, is "Match wildcards" checked in the dialog?

You can also get the decimal code from the "Insert Symbol" dialog:
Select the Wingdings character, open the dialog, and click on "Shortcut
key".
The code should show under "Description" -- for example, "Wingdings:
61537".
You can then use ^u61537 in "Find what:" (not using wildcards this time).

I still hope you get something going to find those symbols!

fingers crossed
Klaus


  #12  
Old October 15th, 2004, 04:02 PM
Vijay J.
external usenet poster
 
Posts: n/a
Default

It has worked this time !!!
Thanks Klaus, it is working now. Sorry, I missed the
important thing that I need to use "Wildcard" search,
though you mentioned it in previous reply.

You used
.MatchWildcards = True
in your macro? It's a wildcard search...


[....]


You need "[x-y]" without the quotes in "Find what:",
and instead of "x" type "Alt+61473",
instead of "y" type "Alt+61695".
(hold Alt-key, and type the number on the numeric
keypad on the right side of the keyboard)


[....]


That still baffles me. It definitely works here

(Word2000/Win98).
Again, is "Match wildcards" checked in the dialog?



Both these now worked for me, and my problem is solved
now. Thanks a lot for your suggestions and patience.
 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to find the gap? Günter Brandstätter General Discussion 6 September 3rd, 2004 12:02 PM
Outlook XP Quick Find Public Folders Bret Contacts 0 August 13th, 2004 05:09 PM
Outlook 2003 - "Find related messages" Ian Diamond General Discussion 0 July 14th, 2004 05:22 PM
can't "find" entrys in database Rachael Mailmerge 3 May 17th, 2004 04:04 PM


All times are GMT +1. The time now is 03:47 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.