A
Alan Moseley
I have an xla addin for Excel for which I can pass an array to the function
(as it requires a varaible number of parameters). It is declared:-
Public Function MyFunction(StaticVariable1 as Long, ParamArray
VariableVariables as Variant) As Variant
This works absolutely fine, but I would like to port this to a Shared
Add-in. I am using VS2005 (not VSTO). I have created my addin and all of my
other functions work fine with the exception of this one. I cannot seem to
find the correct declaration for my array variable. What should it be?
Thank in advance.
(as it requires a varaible number of parameters). It is declared:-
Public Function MyFunction(StaticVariable1 as Long, ParamArray
VariableVariables as Variant) As Variant
This works absolutely fine, but I would like to port this to a Shared
Add-in. I am using VS2005 (not VSTO). I have created my addin and all of my
other functions work fine with the exception of this one. I cannot seem to
find the correct declaration for my array variable. What should it be?
Thank in advance.