J
jbneb
I have VBA code in a template that creates documents, and part of the code uses Selection.Find.Execute to find/replace text. In Word 2002/XP, the ActiveWindow is being changed to a previous document when the Execute occurs. This doesn't appear to be a problem in Word 2000. My best guess is that it is searching both docs. Does Word 2002/XP VBA have a "feature" that searches multiple documents at the same time? If not, what else could this be?