I have many reported errors In Word

H

hubaishan

I have many reported errors In Word 2003 which are not fixed In SP2, I want
to Tell Microsoft about it , but I have Some problems in English Language, I
am From Arabia, Can I take to some one in microsoft who know Arabic Language?
All my work is In managing Arabic Books by Microsoft Word, I have a good
exceprence with it, I can help Microsoft very well, and I love Word and want
it to go better, But the Language is Staded a wall between us.

I try Now to get you Some errors in Rang.Find Object In Word VBA:

Range.Find Object searches the Hidden Text In word this give us some
mistakes for example if you use the object Range.Find.Parent.Information you
will get wrong information.
also Range.Find can replace text in XE fields, I think that this is a error
if this is not error please report this is Word VBA Help.

I want you to reply me to take about another errors, Thanks
--
Saeed Omer Hubaishan
YEMEN

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...c&dg=microsoft.public.word.application.errors
 
S

Suzanne S. Barnhill

Try posting your question in microsoft.public.arabic.word (go to
http://support.microsoft.com/newsgroups/default.aspx and select Arabic, then
Word).



hubaishan said:
I have many reported errors In Word 2003 which are not fixed In SP2, I want
to Tell Microsoft about it , but I have Some problems in English Language, I
am From Arabia, Can I take to some one in microsoft who know Arabic Language?
All my work is In managing Arabic Books by Microsoft Word, I have a good
exceprence with it, I can help Microsoft very well, and I love Word and want
it to go better, But the Language is Staded a wall between us.

I try Now to get you Some errors in Rang.Find Object In Word VBA:

Range.Find Object searches the Hidden Text In word this give us some
mistakes for example if you use the object Range.Find.Parent.Information you
will get wrong information.
also Range.Find can replace text in XE fields, I think that this is a error
if this is not error please report this is Word VBA Help.

I want you to reply me to take about another errors, Thanks
--
Saeed Omer Hubaishan
YEMEN

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...c&dg=microsoft.public.word.application.errors
 
H

hubaishan

Tanks for reply but I can't send "Suggestion for Microsoft" in arabic
Discussion, So does microsoft read arabic Discussion?!
 
S

Suzanne S. Barnhill

No, but many knowledgeable users do, and they can help answer your
questions, solve your problems. As for the errors, if you are sending the
error reports the program generates, then Microsoft is getting your
feedback.
 
K

Klaus Linke

Hi Saeed,

Maybe your problems don't have anything to do with Arabic. Find will find
things that are visible on screen.
If you don't show hidden text (ActiveWindow.View.ShowHiddenText = False),
Word don't find it.
If you don't show field codes, Word don't find them.

In case you want to look at the text in VBA (say str=Selection.Text), you
can also tell Word if field codes and hidden text should be included:
.TextRetrievalMode.IncludeFieldCodes = False
.TextRetrievalMode.IncludeHiddenText = False

As far as I can see, Range.Find.Parent is the same as Range... not sure why
you use it, or what you think it should return.
You could post in the VBA groups with any problems you have.

Regards,
Klaus
 
H

hubaishan

tank you,

But Range.Find still searches field codes, I want you to try this:
activedocument.paragraphes(1).range.find
to search a XE field in the First para in the document and tell me the result
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top