D
David
Hi
I am looking at excel worksheets with a view to making
them less verbose.
For instance there are lots of formulae of that repeat
variables
eg
= Sum(A6*U6, B6*V6...)
then the next cell
= Sum(A6*U7, B6*V7...)
I would like to refactor these into a Function
eg
=MyMethod(U6,V6)
Is there any way to store A6 and B6 as worksheet variables
within a VBA module?
thanks
David
I am looking at excel worksheets with a view to making
them less verbose.
For instance there are lots of formulae of that repeat
variables
eg
= Sum(A6*U6, B6*V6...)
then the next cell
= Sum(A6*U7, B6*V7...)
I would like to refactor these into a Function
eg
=MyMethod(U6,V6)
Is there any way to store A6 and B6 as worksheet variables
within a VBA module?
thanks
David