This is more of a curiosity than a practical problem at this point, but I'd like to find documentation on the Any
keyword in Excel.
I'm doing a bit of using Windows API programming in VBA.
For example, the answer for A good substitute for references/pointers in VBA? includes Any
.
As one can imagine, searching for "Excel VBA keyword Any" brings up a lot answers with the word "any" and not the keyword Any
.
I tried Dim x As Any
and Excel didn't like it so it doesn't seem a normal data type.
Thanks.