J
Joe
I have an old Excel 4 (?) Macro function that I am trying to convert to the
new macro approach that Excel currently uses with VB.
The old macro DOES NOT use VB, but the old macro language/framework.
This old macro does not perform a scripting purpose (mirroring user actions)
but is a user defined function (algorithm) that could be included in a
cell's equation.
For example the A1 cell contents may be
= my_user_defined_function(B1, C1) + 3
This would seem to be a basic task but I am not able to find out how to do
this with a version of Excel since the introduction of VB.
Joe
--
new macro approach that Excel currently uses with VB.
The old macro DOES NOT use VB, but the old macro language/framework.
This old macro does not perform a scripting purpose (mirroring user actions)
but is a user defined function (algorithm) that could be included in a
cell's equation.
For example the A1 cell contents may be
= my_user_defined_function(B1, C1) + 3
This would seem to be a basic task but I am not able to find out how to do
this with a version of Excel since the introduction of VB.
Joe
--