J
Juan
I know this is simple but... how can I get my on-screen button which ha
a macro assigned to it, to put a formula in a cell. .
In other words, I made a "Reset" button that sets many cells to "0"
others to certain numbers (like 450 or 50) and two others need to hav
a formula. When I set the code in the macro to:
Range("B53").Select
ActiveCell.FormulaR1C1 = "b3*.0035"
It puts the above formula in the cell instead of computing the answer.
All help is appreciated. Please help oh mighty Excell Gods
a macro assigned to it, to put a formula in a cell. .
In other words, I made a "Reset" button that sets many cells to "0"
others to certain numbers (like 450 or 50) and two others need to hav
a formula. When I set the code in the macro to:
Range("B53").Select
ActiveCell.FormulaR1C1 = "b3*.0035"
It puts the above formula in the cell instead of computing the answer.
All help is appreciated. Please help oh mighty Excell Gods