Forum Discussion

Carlos Spörk's avatar
Carlos Spörk
Brass Contributor
Apr 26, 2019
Solved

Issue in VBA Function to copy the formula result in one cell and paste as a value into another cell

The Function below copies a formula result from one cell and pastes it as a value into a different cell in the same worksheet. I expected to store this Function in an .xlam file in order to avoid sav...
  • JKPieterse's avatar
    Apr 29, 2019
    Functions called from a formula in a cell cannot make changes to any other cells, they return their result to the cell that uses the function in its formula.

Resources