Is there any VBA Class or Finction variable types that are equivalent to python’s *args and **kwargs.
My current workaround is to load my variables into a Collection or Array, then pass it into a Class or Function.
Thou this works, I just find the python method to be cleaner and would like to replicate it.
My current workaround is to load my variables into a Collection or Array, then pass it into a Class or Function.
Thou this works, I just find the python method to be cleaner and would like to replicate it.