Hi everybody,
hope anybody can help.
I need a solution for an excel problem:
My sheet hat a lot of absolute values in a row e.g:
5, 3, 7, 6, 4, 4
I need to change this values into formulas like:
= Value (activecell) * value of a cell ($D$5)
My idea was something like that:
Sub test()...