Thanks for the rep' !
To understand post #4, you need some Excel worksheet basics !
An single array is written in an Excel formula like : {1,2,3} or {"A","B","C"} …
A two dimensions array is written like {1,2,3;"A","B","C"} …
Read the help of the powerful VBA Evaluate method !
In VBA, an single array can be written like AR = [{1,2,3}] and a two dimensions like AR = [{1,2,3;"A","B","C}] …
Place a break point around the end of my post #4 code and
in Locals window see T variable value and expand VA variable …
Bookmarks