I got a compiling error with the following code:
Dim XS2RunList() as long
How can I get the VBA Compiler work with dynamic array?
I also got compiling error with other misc. constants ie vbYesNo, vbCrLf, xlNone, xlContinuous, xlInterrupt,xlErrorHandler
How can I get around them?
Dim XS2RunList() as long
How can I get the VBA Compiler work with dynamic array?
I also got compiling error with other misc. constants ie vbYesNo, vbCrLf, xlNone, xlContinuous, xlInterrupt,xlErrorHandler
How can I get around them?