Enter formula in a macro
I would like to have a macro when clicked on any cell, would run a formula,
but I can't find any examples of how to do this.
The formula is always in the same column referencing the same columns. (I
know I could copy and paste, but the formulas are different for different
items and I want to write a macro for each.)
=round(col c - row whatever / 55.12, 0)
Thanks!
|