Hello!
I'm making a function in VBA wich search for some words in a document.
I want to do the search operation until the whole document is searched.
something like:
While not wholedocument is searched
searchoperation
Could someone help me with this?
I'm making a function in VBA wich search for some words in a document.
I want to do the search operation until the whole document is searched.
something like:
While not wholedocument is searched
searchoperation
Could someone help me with this?