M
marc
I have a spreadsheet with 400 formulas.
How would I add the "$" afterwards to lock the cells
How would I add the "$" afterwards to lock the cells
John Mansfield said:Assuming by "lock" you want to make the formulas contain absolute cell
references . . .
Below is VBA code that allows you to change absolute to relative and
relative to absolute cell references for all formulas within a range:
http://www.ozgrid.com/VBA/formula-ref-change.htm