replacing cell references with the actual values they refer to

  • Thread starter Thread starter Takeadoe
  • Start date Start date
T

Takeadoe

Hi folks,

After perusing the topics in this group, I'm sure this will be an easy
one for someone. I have a large number of cells that contain numeric
values from cells in other worksheets. I would like to replace the
reference with the actual values being displayed in the cells. In
other words, eliminate any references to other cells with the values in
the cells. I suppose it would be like a cut and paste special - paste
values - operation. I suppose this is what I should have done in the
first place. The problem is I have 88 worksheets and I don't want to go
through all the cut and paste routines again. Does that make sense?


Mike
 
Hi Don,

I'm not sure I follow you. Could you please elaborate some? I
appreciate your help.

Mike
 
This is a macro that turns the formulas in the desired range into just the
values.
=a1*3 assuming a1 contains 3 becomes 9 without the underlying formula.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top