B
Bear
I've managed to confuse myself.
I open a document and set objTable to the first table in the document. Now I
close the document, but I'm still able to access objTable and its contents.
How can this be?
I thought setting the object to some part of the document meant that the
object was pointing to the same area of memory used to hold a range of the
document. Am I wrong?
Is it only by luck that I'm able to access that area of memory with the
document closed? Is what I'm doing bad practice?
Would it be better to load the table into an array?
Confused,
Bear
I open a document and set objTable to the first table in the document. Now I
close the document, but I'm still able to access objTable and its contents.
How can this be?
I thought setting the object to some part of the document meant that the
object was pointing to the same area of memory used to hold a range of the
document. Am I wrong?
Is it only by luck that I'm able to access that area of memory with the
document closed? Is what I'm doing bad practice?
Would it be better to load the table into an array?
Confused,
Bear