I am seriously obsessed with it because I cannot find anything with late array binding in VBA. Is it possible? If so, how? If not, why?
Note. I do not mind, if possible, using relatives. Net / C # types like
Dim o as Object set o = CreateObject("System.Array")
Even if System.Array is COM visible , creating it seems impossible.
Any idea how to bind the data type of an array in VBA late?
please do not mention dictionary or collections as this question is very specific to arrays
Additional Information:
This question is about the next question is my other question . Since it seems impossible to pass your own VBA array to the native .Net collection without loops, I just wonder if it is possible to later bind the array as shown by safearrays, which will mean that they are compatible and therefore pass the VBA array to a. A clean one would be possible - please correct me if I am completely mistaken.
user2140173
source share