J. wrote:
Hi,
I am wondering, when opening a workbook, is it necessary to also call the workbook_close action?
(just reading an excel btw)
J, you don't have to, but it would be considered "good practice" to intentionally release the consumed memory, instead of relying on the underlying garbage collection to do so.
Hanno