Hi,

when using arrays in a VBA sub, is it necessary to explict release memory at the end of procedure?

If so, how to do this? I have tried
Set myArr = nothing
but it did not work.

Thank you,
Siri