Hi,
I am trying to update the content of a cell by using the code ActiveCell.FormulaR1C1 = formula, in which "formula" is the string "= 2 + median(...values)". However I kept on getting the "Application-defined or object defined" error. What is the reason for this error? I'm new to VBA and any help is greated appreciated. Thanks!
Xian
I am trying to update the content of a cell by using the code ActiveCell.FormulaR1C1 = formula, in which "formula" is the string "= 2 + median(...values)". However I kept on getting the "Application-defined or object defined" error. What is the reason for this error? I'm new to VBA and any help is greated appreciated. Thanks!
Xian