Hi,
My first post here so I hope this goes OK!

I am using VBA in Excel 2003 (Windows XP) to cycle through a set of Word files which are questionnaire returns using form fields. It all works fine, but I hoped to get a way to read all the elements of the FormFields() array in each Word document in one pass per document, to reduce the time taken (there are 118 form fields per document).

Currently I am using a loop...