Forum Discussion
hlalumiere
13 years agoRegular Contributor
You cannot. GetObject only returns a reference to the first instance. You could probably do it in .Net, through reflection, and then expose an array of references.
What you should be doing is only opening the one document you actually need in a new instance.
What you should be doing is only opening the one document you actually need in a new instance.