R
Robert Schwenn
Hi,
in a thread a few days ago we saw, that a function of another add-in can be
called (without a reference to that add-in) in this way:
s = Application.Run("myAddin.xla!fct_name", arg1, arg2)
But how can be gained access to a public object variable of another plugin?
(It seems, that there cannot be returned an object via Application.Run)
Robert
in a thread a few days ago we saw, that a function of another add-in can be
called (without a reference to that add-in) in this way:
s = Application.Run("myAddin.xla!fct_name", arg1, arg2)
But how can be gained access to a public object variable of another plugin?
(It seems, that there cannot be returned an object via Application.Run)
Robert