Reply
 
Thread Tools Display Modes
  #1   Report Post  
Karunakar
 
Posts: n/a
Default Ms Word Find All option in vba Macro

Hi ,

i want bulit-in macro for Find all functionality in ms word to make my
application fast. now i written find.execute method in do while loop. but it
is very slow for more than 200 docs.

urgent....

Thank you.

Karunakar Gadde
  #2   Report Post  
Charles Kenyon
 
Posts: n/a
Default

Have you looked at http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm?
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Karunakar" wrote in message
...
Hi ,

i want bulit-in macro for Find all functionality in ms word to make my
application fast. now i written find.execute method in do while loop. but
it
is very slow for more than 200 docs.

urgent....

Thank you.

Karunakar Gadde



  #3   Report Post  
Karunakar
 
Posts: n/a
Default

Hi Charles,

Yes, but i want only find all numeric words in document. i don;t want
replace all functionality.

Thanks for your help.

Karunakar Gadde

"Charles Kenyon" wrote:

Have you looked at http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm?
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Karunakar" wrote in message
...
Hi ,

i want bulit-in macro for Find all functionality in ms word to make my
application fast. now i written find.execute method in do while loop. but
it
is very slow for more than 200 docs.

urgent....

Thank you.

Karunakar Gadde




  #4   Report Post  
Karunakar
 
Posts: n/a
Default

Hi Charles,

Yes, but i want to find all numeric words in word document. i don;t want
replace all functionality.

Thanks for your help.

Karunakar Gadde

"Charles Kenyon" wrote:

Have you looked at http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm?
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Karunakar" wrote in message
...
Hi ,

i want bulit-in macro for Find all functionality in ms word to make my
application fast. now i written find.execute method in do while loop. but
it
is very slow for more than 200 docs.

urgent....

Thank you.

Karunakar Gadde




  #5   Report Post  
Klaus Linke
 
Posts: n/a
Default

Hi Karunakar,

Can you give some numbers? Opening and closing a document will need a =
bit of time, say, half a second for a small doc, and much longer if you =
have multi-megabyte files.
With 200 documents, that can add up to some minutes or even hours, and =
there probably isn't too much you can do about it.

Sometimes documents on a network server take much longer to open... =
Maybe that's the problem you are running into?

Making things easy for Word (open the files with .Visible:=3DFalse, =
Normal view, no spell checker, perhaps draft mode) might speed things up =
a little bit. If you change settings in the document, don't forget to =
remember the original settings and reset them before you save the =
document, so the next person that opens the doc isn't annoyed by them.

Of course, if you have several finds, do them all before opening the =
next doc. That is, don't do Find A in all docs, then Find B in all docs, =
....

Greetings,
Klaus



"Karunakar" wrote:
Hi ,
=20
i want bulit-in macro for Find all functionality in ms word to make =

my=20
application fast. now i written find.execute method in do while loop. =

but it=20
is very slow for more than 200 docs.=20
=20
urgent....
=20
Thank you.
=20
Karunakar Gadde



  #6   Report Post  
Karunakar
 
Posts: n/a
Default

Hi ,
i have to count numerals, numeric words , tabs , spaces in word document. i
have to do this opetaions more than 200 docs. pleas help. to make things fast
and accurate.

Karunakar

"Klaus Linke" wrote:

Hi Karunakar,

Can you give some numbers? Opening and closing a document will need a bit of time, say, half a second for a small doc, and much longer if you have multi-megabyte files.
With 200 documents, that can add up to some minutes or even hours, and there probably isn't too much you can do about it.

Sometimes documents on a network server take much longer to open... Maybe that's the problem you are running into?

Making things easy for Word (open the files with .Visible:=False, Normal view, no spell checker, perhaps draft mode) might speed things up a little bit. If you change settings in the document, don't forget to remember the original settings and reset them before you save the document, so the next person that opens the doc isn't annoyed by them.

Of course, if you have several finds, do them all before opening the next doc. That is, don't do Find A in all docs, then Find B in all docs, ....

Greetings,
Klaus



"Karunakar" wrote:
Hi ,

i want bulit-in macro for Find all functionality in ms word to make my
application fast. now i written find.execute method in do while loop. but it
is very slow for more than 200 docs.

urgent....

Thank you.

Karunakar Gadde


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Word 2003 documents to WordPerfect formate Carol Microsoft Word Help 6 March 9th 06 07:11 AM
Problem with function "Find and Replace" in Word. Pat Microsoft Word Help 3 March 16th 05 01:04 PM
copying files from Wordperfect to Microsoft Word Juliet New Users 1 January 31st 05 05:41 PM
Where can I find Word Macro Examples? Tieu New Users 2 January 28th 05 06:54 PM
WP Delay Code - Word Equiv Mike G - Milw, WI Microsoft Word Help 6 January 10th 05 04:12 PM


All times are GMT +1. The time now is 06:38 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"