P
parmanand
problem statement:
i have created a UDF say ReturnArray(...).
I opened a new excel and included the NamespaceName.ClassName as
automation server under (Tool->Add-in->Automation->NamespaceName.ClassName)
From ReturnArray UDF I want to return suppose 5 numbers (1,2,3,4,5).
I called the UDF from cell(a1).
and i want to get the output as
in a1=1
a2=2
a3=3
a4=4
a5=5.
is this possible ?
plzzz hep me out...
its very important.
i have created a UDF say ReturnArray(...).
I opened a new excel and included the NamespaceName.ClassName as
automation server under (Tool->Add-in->Automation->NamespaceName.ClassName)
From ReturnArray UDF I want to return suppose 5 numbers (1,2,3,4,5).
I called the UDF from cell(a1).
and i want to get the output as
in a1=1
a2=2
a3=3
a4=4
a5=5.
is this possible ?
plzzz hep me out...
its very important.