Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Word 2003 documents to WordPerfect formate | Microsoft Word Help | |||
Problem with function "Find and Replace" in Word. | Microsoft Word Help | |||
copying files from Wordperfect to Microsoft Word | New Users | |||
Where can I find Word Macro Examples? | New Users | |||
WP Delay Code - Word Equiv | Microsoft Word Help |