Generic calculation (VBA: CallByReference)

Hi,

is there a way to calculate like CallByReference (VBA).

We have a dynamic List of Formulas tu calculate on different Columns in Data.

CallByReference.morph (12.1 KB) - similar attached example Project

regards,

Adrian

Yes, you can use the eval() function.

Here is your example edited:

CallByReference.morph (10.8 KB)

1 Like

Ahhhhh …. yes.... There was something :blush:

Thanks!!!

1 Like

You’re welcome :slight_smile: