I wish to store an array of Word documents, and then combine them all at once after they are in the array. I already know how to do the combining, but not sure of the most efficient array type (hashtable, etc...) to store the Word docs in? Do you have sample code in vb.net?
Derek