So wouldn't this suffice in that case?
Code:Sub M_snb() on error resume next c00=inputbox("formula") for each sh in sheets for each cl in sh.Cells.SpecialCells(-4123) if instr(cl.formula,c00) then .Value = .Value next next End Sub
So wouldn't this suffice in that case?
Code:Sub M_snb() on error resume next c00=inputbox("formula") for each sh in sheets for each cl in sh.Cells.SpecialCells(-4123) if instr(cl.formula,c00) then .Value = .Value next next End Sub
Last edited by snb; 09-28-2013 at 01:46 AM.
Bookmarks