zx12r
04-11-2006, 12:21 PM
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! :)
ActiveCell.FormulaR1C1 = "=R[-1]C+1"
Thanks for any help on this! :)