vba: clear entire array
Posted
by I__
on Stack Overflow
See other posts from Stack Overflow
or by I__
Published on 2010-06-10T21:04:51Z
Indexed on
2010/06/10
21:12 UTC
Read the original article
Hit count: 141
i have an array like this:
Dim aFirstArray() As Variant
how do i clear the entire array>?
what about a collection?
© Stack Overflow or respective owner