
04-11-2006, 12:21 PM
|
|
Newcomer
|
|
Join Date: Mar 2006
Posts: 5
|
|
Returning a value, not a formula
|
Hey all, I need a little help with something pretty basic. I have a macro that performs a simple calculation. How do I return only the result, the integer information, to the cell without the formula tracking along with it?
ActiveCell.FormulaR1C1 = "=R[-1]C+1"
Thanks for any help on this! 
|
|