Thanks!
Another quick question. Im trying to get each data block to save as a new file (as an .rtf), while keeping the original document intact. The code below is almost accurate, but i get an infinite loop. Any ideas?
Sub dictation()
Num = 0
Do While ActiveDocument.Range.End > 1...
Thanks!
Another quick question. Im trying to get each data block to save as a new file (as an .rtf), while keeping the original document intact. The code below is almost accurate, but i get an infinite loop. Any ideas?
Sub patient dictation()
Num = 0
Do While ActiveDocument.Range.End >...
I am given a file every day with 50+ blocks of data that each begin with "#$%" and I need to serate each block into a new page. I tried recording a macro but no luck....this is what i have so far, but i have no idea if it is remotely correct. THANKS IN ADVANCE :)
Selection.Find.ClearFormatting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.