August 25th, 2006, 3:48 am
Is there a way to edit formulas (different formulas) in a number of cells to include one common 'functional addition'. I want to change formulas in multiple cells to include a 'Round' function. For eg. Current formula in A1 is X2Current formula in A2 is Y30Current formula in A3 is Z40&Formula in A1 need to be =ROUND(X2,0)Formula in A2 need to be =ROUND(Y30,0)Formula in A3 need to be =ROUND(Z40,0)To give you a better understanding the formula I tried was: ActiveCell.Formula = "=ROUND(activecell.formula,0)"Cheers