Operator Overloading in Excel VBA
问题 What I would like to do: I would like to use operator overloading in Excel to run custom functions on my custom data types. For example, when evaluating a formula, I want Excel to run my function instead of the '+' operator when the calculation involves one of my custom data types. Why I want to do it: In analytical chemistry, every number has an uncertainty attached to it and is written: 13.56 (±0.02) mm I would like to create a custom data type that keeps the magnitude and the uncertainty