I have an Excel workbook with many tabs and each tab contains a similar formula in every 5th column. For these tabs I want to convert this particular formula for a very specific range on each tab from a formula to a value.
I would like to create a macro that finds every cell that contains the letters "Assumptions!$" (omit the quotes) and replace that cell with its value, then continue on to find the next cell that meets this criteria. I want this macro to only run for the range actually selected. I need to limit this to only the range selected because I have hidden rows below any particular range that need to retain this formula.
I can not use the paste special command because the cells are not contiguous.
Any ideas out here?
I would like to create a macro that finds every cell that contains the letters "Assumptions!$" (omit the quotes) and replace that cell with its value, then continue on to find the next cell that meets this criteria. I want this macro to only run for the range actually selected. I need to limit this to only the range selected because I have hidden rows below any particular range that need to retain this formula.
I can not use the paste special command because the cells are not contiguous.
Any ideas out here?