Guest_imported
New member
- Jan 1, 1970
- 0
In VBA for Word, I have NOT been able to find a simple code procedure for performing an action (such as Find) until the "End of File" or "End of Document" is reached. I want to be able to have this act on any kind of a document.
What I want is something like:
Do While Not EOF
some actions
Loop
I need this for Word VBA, but could also use it for Excel as well. Any suggestions would be appreciated...thanks!
What I want is something like:
Do While Not EOF
some actions
Loop
I need this for Word VBA, but could also use it for Excel as well. Any suggestions would be appreciated...thanks!